Collapse pane by default and reduce width

This commit is contained in:
BlossomiShymae
2024-10-28 22:24:29 -05:00
parent 8eabd64911
commit 569f49d484

View File

@@ -37,6 +37,8 @@
<ui:NavigationView AlwaysShowHeader="False" <ui:NavigationView AlwaysShowHeader="False"
PaneDisplayMode="Left" PaneDisplayMode="Left"
IsSettingsVisible="False" IsSettingsVisible="False"
IsPaneOpen="False"
OpenPaneLength="200"
Grid.Row="1" Grid.Row="1"
MenuItemsSource="{Binding MenuItems}" MenuItemsSource="{Binding MenuItems}"
SelectedItem="{Binding SelectedMenuItem}"> SelectedItem="{Binding SelectedMenuItem}">