Mnemonics in WPF ComboBox

Mnemonics in WPF ComboBox

am 15.10.2007 07:53:06 von Oleg.Ogurok

Hi there,

I have a WPF combobox with two values "Male" and "Female". It seems by
default the control supports mnemonics, e.g. if I press "M" on
keyboard, it sets the current ComboBoxItem to "Male"

If I use non-textual items, e.g. images+labels inside ComboBox, is
there a way hardcode such keyboard shortcut for each item?

E.g.

VerticalAlignment="Bottom" >














Thanks,

-Oleg.