Add creating rows.
authorPiotr Czaja <p.czaja@samsung.com>
Mon, 20 Nov 2023 16:18:20 +0000 (17:18 +0100)
committerPiotr Czaja/Tizen Services & IoT (PLT) /SRPOL/Engineer/Samsung Electronics <p.czaja@samsung.com>
Tue, 21 Nov 2023 15:59:24 +0000 (16:59 +0100)
Change-Id: Ifb514b7493ba1509a15f6bf89528456dcb93b72e

SettingView/SettingView.cs

index dede9eba25baf3309d6b6274c8e018edb39c9477..eb26d827088988dcd99dcb71dce649d173873f23 100644 (file)
@@ -249,7 +249,7 @@ namespace SettingView
                 MainMenuInfo.ClearCache();
 
                 mMainPage.AppBar.Title = Resources.IDS_ST_OPT_SETTINGS;
-                mMainPage.Content = CreateScrollableBase();
+                mMainPage.Content = CreateContent();
             }
         }
 
@@ -260,7 +260,7 @@ namespace SettingView
                 MainMenuInfo.ClearCache();
 
                 // recreate main page content just to apply new colors from gadgets
-                mMainPage.Content = CreateScrollableBase();
+                mMainPage.Content = CreateContent();
             }
         }