1
Answer

ComboBox with Intellisense

Jyotsna.Verma

Jyotsna.Verma

20y
4.8k
1
I have a comboBox which has a DropDownStyle=DropDownList as I don't want the User to be able to type into the box. However if the User starts typing I want the nearest match in the list to be displayed e.g If the list contains Dog Cat Rabbit Rug Fish and the User types "r" then Rabbit is highlighed if he then types "u" Rug is highlighted. I think I am looking for a comboBox with intellisense Any help appreciated
Answers (1)