|
10 | 10 |
|
11 | 11 | <Grid utu:SafeArea.Insets="VisibleBounds">
|
12 | 12 |
|
13 |
| - <Grid.RowDefinitions> |
14 |
| - <RowDefinition Height="Auto" /> |
15 |
| - <RowDefinition Height="*" /> |
16 |
| - </Grid.RowDefinitions> |
17 |
| - |
18 |
| - <Grid.ColumnDefinitions> |
19 |
| - <ColumnDefinition Width="Auto" /> |
20 |
| - <ColumnDefinition Width="*" /> |
21 |
| - <ColumnDefinition Width="Auto" /> |
22 |
| - </Grid.ColumnDefinitions> |
23 |
| - |
24 |
| - <Button x:Name="NavViewToggleButton" |
25 |
| - Grid.Row="0" |
26 |
| - Grid.Column="0" |
27 |
| - HorizontalAlignment="Left" |
28 |
| - Click="NavViewToggleButton_Click" |
29 |
| - Canvas.ZIndex="10" |
30 |
| - Margin="10,0,0,0" |
31 |
| - Style="{StaticResource PaneToggleButtonStyle}" /> |
32 |
| - |
33 |
| - <TextBlock Text="Navigation Samples" |
34 |
| - Grid.Row="0" |
35 |
| - Grid.Column="1" |
36 |
| - HorizontalAlignment="Center" |
37 |
| - VerticalAlignment="Center" |
38 |
| - FontSize="24" |
39 |
| - FontWeight="Bold" |
40 |
| - Canvas.ZIndex="10" |
41 |
| - Margin="0,0,10,0" /> |
42 |
| - |
43 |
| - <muxc:NavigationView x:Name="NavigationViewControl" |
44 |
| - Grid.Row="1" |
45 |
| - Grid.ColumnSpan="3" |
46 |
| - uen:Region.Attached="True" |
47 |
| - IsBackButtonVisible="Collapsed" |
48 |
| - IsPaneOpen="True" |
49 |
| - IsSettingsVisible="False" |
50 |
| - IsPaneToggleButtonVisible="False"> |
| 13 | + <Grid.RowDefinitions> |
| 14 | + <RowDefinition Height="Auto" /> |
| 15 | + <RowDefinition Height="*" /> |
| 16 | + </Grid.RowDefinitions> |
| 17 | + |
| 18 | + <Grid.ColumnDefinitions> |
| 19 | + <ColumnDefinition Width="Auto" /> |
| 20 | + <ColumnDefinition Width="*" /> |
| 21 | + <ColumnDefinition Width="Auto" /> |
| 22 | + </Grid.ColumnDefinitions> |
| 23 | + |
| 24 | + <Button x:Name="NavViewToggleButton" |
| 25 | + Grid.Row="0" |
| 26 | + Grid.Column="0" |
| 27 | + HorizontalAlignment="Left" |
| 28 | + Click="NavViewToggleButton_Click" |
| 29 | + Canvas.ZIndex="10" |
| 30 | + Margin="10,0,0,0" |
| 31 | + Style="{StaticResource PaneToggleButtonStyle}" /> |
| 32 | + |
| 33 | + <TextBlock Text="Navigation Samples" |
| 34 | + Grid.Row="0" |
| 35 | + Grid.Column="1" |
| 36 | + HorizontalAlignment="Center" |
| 37 | + VerticalAlignment="Center" |
| 38 | + FontSize="24" |
| 39 | + FontWeight="Bold" |
| 40 | + Canvas.ZIndex="10" |
| 41 | + Margin="0,0,10,0" /> |
| 42 | + |
| 43 | + <muxc:NavigationView x:Name="NavigationViewControl" |
| 44 | + Grid.Row="1" |
| 45 | + Grid.ColumnSpan="3" |
| 46 | + uen:Region.Attached="True" |
| 47 | + IsBackButtonVisible="Collapsed" |
| 48 | + IsPaneOpen="True" |
| 49 | + IsSettingsVisible="False" |
| 50 | + IsPaneToggleButtonVisible="False"> |
51 | 51 |
|
52 | 52 | <muxc:NavigationView.MenuItems>
|
53 | 53 |
|
|
0 commit comments