Remove transition on items list

This commit is contained in:
TheXamlGuy
2024-07-17 21:50:23 +01:00
parent 630b1c7979
commit f104a63366
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
</ConditionAction.Condition>
<NavigateAction Region="Left" Route="ItemCollection">
<Parameter Key="Filter" Value="{Binding Value}" />
<Parameter Key="Transition" Value="FromRight" />
<Parameter Key="Transition" Value="Suppress" />
<Parameter Key="IsBackStackEnabled" Value="{x:True}" />
<Parameter Key="ClearBackStack" Value="{x:True}" />
</NavigateAction>