Add vault content navigation

This commit is contained in:
TheXamlGuy
2024-05-06 21:57:03 +01:00
parent ed54c27269
commit bb2194d57c
8 changed files with 97 additions and 18 deletions
+7 -1
View File
@@ -28,7 +28,13 @@
Grid.Column="0"
Margin="2,-1,0,0"
ItemTemplate="{ReflectionBinding Template}"
ItemsSource="{Binding}" />
ItemsSource="{Binding}">
<ListBox.Styles>
<Style Selector="ListBoxItem">
<Setter Property="IsSelected" Value="{ReflectionBinding Selected}" />
</Style>
</ListBox.Styles>
</ListBox>
<Frame
x:Name="Content"
Grid.Row="1"