|
31 | 31 | VerticalAlignment="Center"
|
32 | 32 | Text="Properties" />
|
33 | 33 |
|
34 |
| - <muxc:NavigationView |
| 34 | + <NavigationView |
35 | 35 | x:Name="NavigationView"
|
36 | 36 | Grid.Row="1"
|
37 | 37 | AllowDrop="False"
|
|
40 | 40 | IsPaneToggleButtonVisible="False"
|
41 | 41 | IsSettingsVisible="False"
|
42 | 42 | PaneDisplayMode="Top"
|
| 43 | + SelectionFollowsFocus="Enabled" |
43 | 44 | SelectionChanged="NavigationView_SelectionChanged"
|
44 |
| - SelectionFollowsFocus="Enabled"> |
| 45 | + SelectedItem="{x:Bind TabGeneral}"> |
45 | 46 |
|
46 | 47 | <!-- Tabs -->
|
47 |
| - <muxc:NavigationView.MenuItems> |
48 |
| - <muxc:NavigationViewItem |
| 48 | + <NavigationView.MenuItems> |
| 49 | + <NavigationViewItem |
49 | 50 | x:Name="TabGeneral"
|
50 | 51 | x:Uid="PropertiesDialogTabGeneral"
|
51 | 52 | Content="General"
|
52 | 53 | Tag="General">
|
53 |
| - <muxc:NavigationViewItem.Icon> |
| 54 | + <NavigationViewItem.Icon> |
54 | 55 | <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" />
|
55 |
| - </muxc:NavigationViewItem.Icon> |
56 |
| - </muxc:NavigationViewItem> |
57 |
| - <muxc:NavigationViewItem |
| 56 | + </NavigationViewItem.Icon> |
| 57 | + </NavigationViewItem> |
| 58 | + <NavigationViewItem |
58 | 59 | x:Name="TabShorcut"
|
59 | 60 | x:Uid="PropertiesDialogTabShortcut"
|
60 | 61 | Content="Shortcut"
|
61 | 62 | Tag="Shortcut"
|
62 | 63 | Visibility="Collapsed">
|
63 |
| - <muxc:NavigationViewItem.Icon> |
| 64 | + <NavigationViewItem.Icon> |
64 | 65 | <FontIcon FontFamily="{StaticResource CustomGlyph}" Glyph="" />
|
65 |
| - </muxc:NavigationViewItem.Icon> |
66 |
| - </muxc:NavigationViewItem> |
| 66 | + </NavigationViewItem.Icon> |
| 67 | + </NavigationViewItem> |
67 | 68 |
|
68 |
| - <muxc:NavigationViewItem |
| 69 | + <NavigationViewItem |
69 | 70 | x:Name="TabDetails"
|
70 | 71 | x:Uid="PropertiesDialogTabDetailsImage"
|
71 | 72 | Content="Details"
|
72 | 73 | Tag="Details"
|
73 | 74 | Visibility="Collapsed">
|
74 |
| - <muxc:NavigationViewItem.Icon> |
| 75 | + <NavigationViewItem.Icon> |
75 | 76 | <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" />
|
76 |
| - </muxc:NavigationViewItem.Icon> |
77 |
| - </muxc:NavigationViewItem> |
78 |
| - </muxc:NavigationView.MenuItems> |
79 |
| - <Frame x:Name="contentFrame" IsNavigationStackEnabled="False" /> |
80 |
| - </muxc:NavigationView> |
| 77 | + </NavigationViewItem.Icon> |
| 78 | + </NavigationViewItem> |
| 79 | + </NavigationView.MenuItems> |
| 80 | + |
| 81 | + <Frame x:Name="contentFrame" IsNavigationStackEnabled="False" Grid.Row="1"/> |
| 82 | + </NavigationView> |
| 83 | + |
81 | 84 | <Grid Grid.Row="2" Padding="8">
|
82 | 85 | <Grid.ColumnDefinitions>
|
83 | 86 | <ColumnDefinition Width="*" />
|
|
0 commit comments