Add vault content navigation
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user