page 1 of 1
Comments: 1 | Views: 586
littleguru
littleguru
<3 Seattle
Hi all. I got a problem here. I have a combobox (.NET WinForms) that exposes all countries that we have on our world. The DropDownStyle is set to DropDownList to make sure that nobody adds its own country. Now I want to enable the following scenario:

A user wants to select a country. He selects the country combobox and starts entering I, then t, then a, then l, then y. The combobox should remember all keys that have been typed in and select Italy.

Right now the following happens: You press I and the first country starting with I is selected. Then you press t and the first country starting with T is selected etc.

Does somebody know how to enable my scenario? I have searched for a while but couldn't find anything that works. My problem is that I can't change the DropDownStyle to something else!
page 1 of 1
Comments: 1 | Views: 586
Microsoft Communities