Added ResponsiveGrid

This commit is contained in:
TheXamlGuy
2024-05-08 23:33:13 +01:00
parent fe7f13e0d4
commit 8511cc37e3
3 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
<UserControl
x:Class="Bitvault.Avalonia.AddVaultContentView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ge="clr-namespace:GridExtra.Avalonia;assembly=GridExtra.Avalonia">
<Interaction.Behaviors>
<EventTriggerBehavior EventName="Loaded">
<NavigateAction Context="ContentHeader" Route="AddVaultContentHeader" />