feat: remove PureCardCheckGroupListBox because of duplication.

This commit is contained in:
Zhang Dian
2023-08-16 23:28:16 +08:00
parent a2927266b4
commit bb392af76f
2 changed files with 0 additions and 89 deletions

View File

@@ -140,18 +140,6 @@
<ListBoxItem>Avalonia</ListBoxItem>
<ListBoxItem IsSelected="True">WPF</ListBoxItem>
</ListBox>
<TextBlock Text="Theme: PureCardCheckGroupListBox"/>
<ListBox
SelectionMode="Multiple"
Theme="{DynamicResource PureCardCheckGroupListBox}"
ItemsSource="{Binding $parent[local:ListBoxDemo].Items}" />
<ListBox Theme="{DynamicResource PureCardCheckGroupListBox}"
SelectionMode="Multiple"
IsEnabled="False">
<ListBoxItem IsSelected="True">Avalonia</ListBoxItem>
<ListBoxItem>WPF</ListBoxItem>
</ListBox>
</StackPanel>
</ScrollViewer>
</HeaderedContentControl>