RWS / Multiselect-ComboBox

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

Alt+Up / Alt+Down for accessibility #96

Closed ropop-rws closed 1 year ago

ropop-rws commented 1 year ago

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.

sdolhaor commented 1 year ago

Created PR #97 to handle these key shortcuts