Fixed back nav cleanup

This commit is contained in:
TheXamlGuy
2024-06-10 18:11:10 +01:00
parent e538ed98f9
commit d2dd437aba
10 changed files with 17 additions and 10 deletions
+3
View File
@@ -28,6 +28,9 @@
<NavigateRegionAction Name="Left">
<NavigateAction Region="Left" Route="ItemCollection">
<Parameter Key="Filter" Value="{Binding Filter}" />
<Parameter Key="Transition" Value="FromRight" />
<Parameter Key="IsBackStackEnabled" Value="{x:True}" />
<Parameter Key="ClearBackStack" Value="{x:True}" />
</NavigateAction>
</NavigateRegionAction>
</AttachedBehaviour>