fixed a bunch of isses with keyed handlers

This commit is contained in:
TheXamlGuy
2024-06-22 13:03:14 +01:00
parent 24b022b6a6
commit 5a56df2cad
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -60,13 +60,13 @@
</Interaction.Behaviors>
</ContentControl>
</Border>
<ContentControl Grid.Row="1">
<Frame Grid.Row="1">
<Interaction.Behaviors>
<AttachedBehaviour>
<NavigateRegionAction Name="{Binding Named, StringFormat='{}{0}:Content'}" />
</AttachedBehaviour>
</Interaction.Behaviors>
</ContentControl>
</Frame>
</Grid>
</Border>
</Grid>