1
Answer

ComboBox, respond to user keyboard input

Ryan Minor

Ryan Minor

15y
9.6k
1

Hi there

I created a ComboBox in C# 3.5.  The user clicks the drop down list and selects an item.

Is there a way to respond to the user pressing a key.  For example, the user types the first three letters of an item on the list, and the combobox goes to that item and types the rest?

 

Answers (1)