SettingsExpander fixes

This commit is contained in:
TheXamlGuy
2024-07-26 21:45:22 +01:00
parent e6753f26be
commit 39f9442c50
11 changed files with 210 additions and 11 deletions
@@ -6,6 +6,6 @@
x:DataType="vm:CommentEntryCollectionViewModel"
Header="{Binding Key}"
IsExpanded="True"
IsToggleable="{Binding Count}"
IsExpandable="{Binding Count}"
ItemTemplate="{ReflectionBinding Template}"
ItemsSource="{Binding}" />