Files
Walleby/Wallet.Avalonia/ItemSectionView.axaml
T
2024-06-09 14:00:36 +01:00

9 lines
334 B
XML

<UserControl
x:Class="Wallet.Avalonia.ItemSectionView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="using:Wallet"
x:DataType="vm:ItemSectionViewModel">
<ItemsControl ItemTemplate="{ReflectionBinding Template}" ItemsSource="{Binding}" />
</UserControl>