WIP: Item counts
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</ConditionalExpression>
|
||||
</ConditionAction.Condition>
|
||||
<NavigateAction Region="Main" Route="Wallet">
|
||||
<Parameter Key="Filter" Value="{Binding Filter}" />
|
||||
<Parameter Key="Filter" Value="{Binding Value}" />
|
||||
</NavigateAction>
|
||||
</ConditionAction>
|
||||
<ConditionAction>
|
||||
@@ -25,7 +25,7 @@
|
||||
</ConditionalExpression>
|
||||
</ConditionAction.Condition>
|
||||
<NavigateAction Region="Left" Route="ItemCollection">
|
||||
<Parameter Key="Filter" Value="{Binding Filter}" />
|
||||
<Parameter Key="Filter" Value="{Binding Value}" />
|
||||
<Parameter Key="Transition" Value="FromRight" />
|
||||
<Parameter Key="IsBackStackEnabled" Value="{x:True}" />
|
||||
<Parameter Key="ClearBackStack" Value="{x:True}" />
|
||||
@@ -33,4 +33,7 @@
|
||||
</ConditionAction>
|
||||
</DataTriggerBehavior>
|
||||
</Interaction.Behaviors>
|
||||
<NavigationViewItem.InfoBadge>
|
||||
<InfoBadge Value="{Binding Key}" />
|
||||
</NavigationViewItem.InfoBadge>
|
||||
</NavigationViewItem>
|
||||
|
||||
Reference in New Issue
Block a user