feat: add selected item template. make sure mouse click works.

This commit is contained in:
rabbitism
2024-03-27 22:05:26 +08:00
parent 2c2fc63633
commit 1b7ed16ca9
5 changed files with 16 additions and 4 deletions

View File

@@ -17,7 +17,8 @@
InnerLeftContent="Left"
InnerRightContent="Right"
Classes="ClearButton"
ItemsSource="{Binding Items}" />
ItemsSource="{Binding Items}" >
</u:MultiComboBox>
<ListBox ItemsSource="{Binding #combo.SelectedItems}" />
</StackPanel>
</UserControl>