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.
Normal combo boxes can use the key combinations Alt+Up / Alt+Down to open / close the dropdown.
It would be nice for accessibility if the MultiSelectComboBox could do the same.
Normal combo boxes can use the key combinations Alt+Up / Alt+Down to open / close the dropdown. It would be nice for accessibility if the MultiSelectComboBox could do the same.