diff --git a/samples/ControlGallery/AppShell.razor b/samples/ControlGallery/AppShell.razor index 208aa846..1b8771db 100644 --- a/samples/ControlGallery/AppShell.razor +++ b/samples/ControlGallery/AppShell.razor @@ -13,82 +13,85 @@ @using ControlGallery.Views.Shell @using ControlGallery.Views.Menus - + + - @*Present data*@ - - - + @*Present data*@ + + + - @*Initiate commands*@ - - - - + @*Initiate commands*@ + + + + - @*Set values*@ - - - - - - + @*Set values*@ + + + + + + - @*Edit text*@ - - + @*Edit text*@ + + - @*Display collections*@ - - - - - - - - - - - + @*Display collections*@ + + + + + + + + + + + - @*Layouts*@ - - - + @*Layouts*@ + + + - @*Shell*@ - - - - - + @*Shell*@ + + + + + - + - @*Navigation*@ - - - - + @*Navigation*@ + + + + - @*Other*@ - - - - + @*Other*@ + + + + - @if (DeviceInfo.Platform == DevicePlatform.WinUI || DeviceInfo.Platform == DevicePlatform.MacCatalyst) - { - - - } - + @if (DeviceInfo.Platform == DevicePlatform.WinUI || DeviceInfo.Platform == DevicePlatform.MacCatalyst) + { + + + + } + + @code { Color _backgroundColor; diff --git a/samples/ControlGallery/Views/Menus/ContextMenuPage.razor b/samples/ControlGallery/Views/Menus/ContextMenuPage.razor index 91deecde..fce80df2 100644 --- a/samples/ControlGallery/Views/Menus/ContextMenuPage.razor +++ b/samples/ControlGallery/Views/Menus/ContextMenuPage.razor @@ -24,7 +24,7 @@ @code { - Color? _selectedColor = null; + Color _selectedColor = null; void SelectColor(Color color) => _selectedColor = color; } diff --git a/samples/ControlGallery/Views/WindowExample.razor b/samples/ControlGallery/Views/WindowExample.razor new file mode 100644 index 00000000..d16c898f --- /dev/null +++ b/samples/ControlGallery/Views/WindowExample.razor @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/samples/ControlGallery/Views/WindowsPage.razor b/samples/ControlGallery/Views/WindowsPage.razor new file mode 100644 index 00000000..c6a4141f --- /dev/null +++ b/samples/ControlGallery/Views/WindowsPage.razor @@ -0,0 +1,14 @@ + + +