9 lines
338 B
XML
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>
|