For example I have this comboBox items: Advance Math
, Science
, English
, History of America
.
How to have AutoComplete from any position? For example I type 'Mat', the Advance Math
should show in the suggestion. Or type 'gli', the English
should show in the suggestion.
Asked
Active
Viewed 209 times
1

Square Ponge
- 702
- 2
- 10
- 26
-
It seems like the other option you have is performing a quite relevant custom development affecting the control (here you have a question asking something on these lines: http://stackoverflow.com/questions/1776390/combobox-autocomplete-custom-capabilities). Apparently there is more information on WPF codes doing this than C# ones. But nothing easy anyway. – varocarbas Jul 20 '13 at 19:32
-
1this may help you http://stackoverflow.com/questions/3694720/combobox-autocomplete-on-substring – Sriram Sakthivel Jul 20 '13 at 19:35