The multi selection combo box is a WPF custom control with multiple item selection capabilities, along with customizable features to group, sort and filter items in the collection.
Apache License 2.0
182
stars
55
forks
source link
When IsEditable and EnableFiltering are false the TextBox's caret and MultiSelectComboBox.SelectedItemsPanel.Readonly.Glyph.Template are visible #68
When IsEditable and EnableFiltering are false I think the control should act like a normal Combobox.
Instead of having a TextBox that cannot be used, maybe we can remove it from UI when IsEditable and EnableFiltering are false
Instead of MultiSelectComboBox.SelectedItemsPanel.Readonly.Glyph.Template it would be nicer to have as dropdown button the MultiSelectComboBox.SelectedItemsPanel.EditMode.Glyph.Template when IsEditable and EnableFiltering are false
When IsEditable and EnableFiltering are false I think the control should act like a normal Combobox.