From 2f6bb98c2eb06aed0754e660c27434f84a83c073 Mon Sep 17 00:00:00 2001 From: syneffort Date: Mon, 19 Feb 2024 15:25:05 +0900 Subject: [PATCH] Page Layout --- MyFirstMauiApp/PageLayout/ByGridLayout.xaml | 32 +++++++++++++++ .../PageLayout/ByGridLayout.xaml.cs | 9 +++++ MyFirstMauiApp/PageLayout/ByStackLayout.xaml | 40 +++++++++++++++++++ .../PageLayout/ByStackLayout.xaml.cs | 9 +++++ MyFirstMauiApp/PageLayout/MainPage.xaml | 34 +--------------- MyFirstMauiApp/PageLayout/MainPage.xaml.cs | 12 ------ MyFirstMauiApp/PageLayout/PageLayout.csproj | 9 +++++ 7 files changed, 101 insertions(+), 44 deletions(-) create mode 100644 MyFirstMauiApp/PageLayout/ByGridLayout.xaml create mode 100644 MyFirstMauiApp/PageLayout/ByGridLayout.xaml.cs create mode 100644 MyFirstMauiApp/PageLayout/ByStackLayout.xaml create mode 100644 MyFirstMauiApp/PageLayout/ByStackLayout.xaml.cs 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 @@ + + + + + +