This commit is contained in:
TheXamlGuy
2024-05-26 18:09:53 +01:00
parent 99a9ad3e2a
commit 542d9bc12a
11 changed files with 90 additions and 17 deletions
+8
View File
@@ -0,0 +1,8 @@
<UserControl
x:Class="Bitvault.Avalonia.ItemContentView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="using:Bitvault"
x:DataType="vm:ItemContentViewModel">
<ItemsControl ItemTemplate="{ReflectionBinding Template}" ItemsSource="{Binding}" />
</UserControl>