Combo box drop down list and suggest list

Viewed 39

If someone has time to test the code at the end of this topic :

Need a VB.net Combobox derived class for pattern matched or contains autocomplete functionality

I'd like an answer to this :

If you click on the combobox's arrow, the drop down list is opened, with this one opened, if you hit a key like "e" the suggest list is displayed behind the drop down list. Just click away on the form to close the drop list and you will see the suggest list.

I tried to disable the drop down list with no succes.

I tried to bring the suggest list to front without success.

Does someone have an idea to solve this ?

0 Answers
Related