Fix selection again
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
xmlns:vm="using:Wallet"
|
||||
x:DataType="vm:CreateItemNavigationViewModel"
|
||||
Content="New Item"
|
||||
IsSelected="False"
|
||||
NavigationViewExtension.IsItemInvokedEnabled="True"
|
||||
SelectsOnInvoked="False">
|
||||
<Interaction.Behaviors>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:vm="using:Wallet"
|
||||
x:DataType="vm:ItemCategoryNavigationViewModel"
|
||||
IsSelected="{Binding IsSelected}"
|
||||
ListBoxExtension.IsItemInvokedEnabled="True">
|
||||
<Interaction.Behaviors>
|
||||
<AttachedEventTriggerBehaviour RoutedEvent="{x:Static ListBoxExtension.ItemInvokedEvent}">
|
||||
|
||||
Reference in New Issue
Block a user