Merge pull request #263 from irihitech/multicombo
Fix MultiComboBox container selection state issue.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
InnerLeftContent="Left"
|
||||
InnerRightContent="Right"
|
||||
Classes="ClearButton"
|
||||
MaxHeight="200"
|
||||
ItemsSource="{Binding Items}" >
|
||||
</u:MultiComboBox>
|
||||
<ListBox ItemsSource="{Binding #combo.SelectedItems}" />
|
||||
|
||||
Reference in New Issue
Block a user