feat: WIP add a demo.

This commit is contained in:
rabbitism
2024-03-24 17:00:34 +08:00
parent d91a17474c
commit b15d237056
7 changed files with 93 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
</ItemsControl>
</ToggleButton>
<Popup PlacementTarget="button" IsOpen="{Binding #button.IsChecked}">
<ListBox SelectionMode="Multiple" ItemsSource="{TemplateBinding ItemsSource}" SelectedItems="{TemplateBinding SelectedItems}">
<ListBox Name="{x:Static u:MultiComboBox.PART_ListBox}" SelectionMode="Multiple" ItemsSource="{TemplateBinding ItemsSource}" SelectedItems="{TemplateBinding SelectedItems}">
</ListBox>
</Popup>