diff --git a/Sample Applications/WPFGallery/Views/Layout/BorderPage.xaml b/Sample Applications/WPFGallery/Views/Layout/BorderPage.xaml index 12e7a6ec..aec39f7e 100644 --- a/Sample Applications/WPFGallery/Views/Layout/BorderPage.xaml +++ b/Sample Applications/WPFGallery/Views/Layout/BorderPage.xaml @@ -19,6 +19,12 @@ Foreground="{DynamicResource TextFillColorPrimaryBrush}" mc:Ignorable="d"> + + + + diff --git a/Sample Applications/WPFGallery/Views/Layout/GridPage.xaml b/Sample Applications/WPFGallery/Views/Layout/GridPage.xaml index ea8e42fc..91088d43 100644 --- a/Sample Applications/WPFGallery/Views/Layout/GridPage.xaml +++ b/Sample Applications/WPFGallery/Views/Layout/GridPage.xaml @@ -10,6 +10,12 @@ Title="GridPage" Foreground="{DynamicResource TextFillColorPrimaryBrush}"> + + + + diff --git a/Sample Applications/WPFGallery/Views/Layout/GroupBoxPage.xaml b/Sample Applications/WPFGallery/Views/Layout/GroupBoxPage.xaml index d9393801..9ebbeca7 100644 --- a/Sample Applications/WPFGallery/Views/Layout/GroupBoxPage.xaml +++ b/Sample Applications/WPFGallery/Views/Layout/GroupBoxPage.xaml @@ -26,7 +26,7 @@ Header="User Information" HorizontalAlignment="Left" VerticalAlignment="Center" - Width="400"> + MaxWidth="400"> <StackPanel> <StackPanel Orientation="Horizontal"> <TextBlock Width="100" Text="Name:" /> @@ -42,7 +42,7 @@ Header="User Information" HorizontalAlignment="Left" VerticalAlignment="Center" - Width="400"> + MaxWidth="400"> diff --git a/Sample Applications/WPFGallery/Views/Layout/ResizeGripPage.xaml b/Sample Applications/WPFGallery/Views/Layout/ResizeGripPage.xaml index ac83f616..90d3b648 100644 --- a/Sample Applications/WPFGallery/Views/Layout/ResizeGripPage.xaml +++ b/Sample Applications/WPFGallery/Views/Layout/ResizeGripPage.xaml @@ -10,6 +10,12 @@ Title="ResizeGripPage" Foreground="{DynamicResource TextFillColorPrimaryBrush}"> + + + +