diff --git a/MyFirstMauiApp/PageLayout/ByGridLayout.xaml b/MyFirstMauiApp/PageLayout/ByGridLayout.xaml
new file mode 100644
index 0000000..edca5dd
--- /dev/null
+++ b/MyFirstMauiApp/PageLayout/ByGridLayout.xaml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MyFirstMauiApp/PageLayout/ByGridLayout.xaml.cs b/MyFirstMauiApp/PageLayout/ByGridLayout.xaml.cs
new file mode 100644
index 0000000..7a5d72b
--- /dev/null
+++ b/MyFirstMauiApp/PageLayout/ByGridLayout.xaml.cs
@@ -0,0 +1,9 @@
+namespace PageLayout;
+
+public partial class ByGridLayout : ContentView
+{
+ public ByGridLayout()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/MyFirstMauiApp/PageLayout/ByStackLayout.xaml b/MyFirstMauiApp/PageLayout/ByStackLayout.xaml
new file mode 100644
index 0000000..e338796
--- /dev/null
+++ b/MyFirstMauiApp/PageLayout/ByStackLayout.xaml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MyFirstMauiApp/PageLayout/ByStackLayout.xaml.cs b/MyFirstMauiApp/PageLayout/ByStackLayout.xaml.cs
new file mode 100644
index 0000000..22eba3e
--- /dev/null
+++ b/MyFirstMauiApp/PageLayout/ByStackLayout.xaml.cs
@@ -0,0 +1,9 @@
+namespace PageLayout;
+
+public partial class ByStackLayout : ContentView
+{
+ public ByStackLayout()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/MyFirstMauiApp/PageLayout/MainPage.xaml b/MyFirstMauiApp/PageLayout/MainPage.xaml
index 9c744ce..8e9dcee 100644
--- a/MyFirstMauiApp/PageLayout/MainPage.xaml
+++ b/MyFirstMauiApp/PageLayout/MainPage.xaml
@@ -1,41 +1,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/MyFirstMauiApp/PageLayout/MainPage.xaml.cs b/MyFirstMauiApp/PageLayout/MainPage.xaml.cs
index 0e5c9d2..a121544 100644
--- a/MyFirstMauiApp/PageLayout/MainPage.xaml.cs
+++ b/MyFirstMauiApp/PageLayout/MainPage.xaml.cs
@@ -8,18 +8,6 @@
{
InitializeComponent();
}
-
- private void OnCounterClicked(object sender, EventArgs e)
- {
- count++;
-
- if (count == 1)
- CounterBtn.Text = $"Clicked {count} time";
- else
- CounterBtn.Text = $"Clicked {count} times";
-
- SemanticScreenReader.Announce(CounterBtn.Text);
- }
}
}
diff --git a/MyFirstMauiApp/PageLayout/PageLayout.csproj b/MyFirstMauiApp/PageLayout/PageLayout.csproj
index 981535c..d8d99dd 100644
--- a/MyFirstMauiApp/PageLayout/PageLayout.csproj
+++ b/MyFirstMauiApp/PageLayout/PageLayout.csproj
@@ -52,4 +52,13 @@
+
+
+ MSBuild:Compile
+
+
+ MSBuild:Compile
+
+
+