Files
Walleby/Bitvault.Avalonia/ItemContentView.axaml
T
TheXamlGuy 542d9bc12a wip
2024-05-26 18:09:53 +01:00

9 lines
338 B
XML

<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>