Merge pull request #263 from irihitech/multicombo

Fix MultiComboBox container selection state issue.
This commit is contained in:
Dong Bin
2024-06-24 23:32:15 +08:00
committed by GitHub
4 changed files with 30 additions and 11 deletions

View File

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