views:

234

answers:

0

I have a .Net ComboBox where I am drawing the items using DrawMode.OwnerDrawVariable or DrawMode.OwnerDrawFixed.

When I do this, the standard behavior where pressing the first letter of an item when the style is DropDownList causes the item that starts with that letter to be selected stops working. What is the correct way to enable this behavior?