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