Files
Walleby/Wallet.Avalonia/CommentEntryCollectionView.axaml
T
2024-07-23 22:37:36 +01:00

12 lines
419 B
XML

<SettingsExpander
x:Class="Wallet.Avalonia.CommentEntryCollectionView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="using:Wallet"
x:DataType="vm:CommentEntryCollectionViewModel"
Header="{Binding Key}"
IsExpanded="True"
IsToggleable="{Binding Count}"
ItemTemplate="{ReflectionBinding Template}"
ItemsSource="{Binding}" />