Tagged Questions

2
votes
1answer
508 views

WPF combobox highlight

In WPF, when I enter some text in combobox, it will highlight the item starting with the text I entered. This highlighting will search the whole text i have entered in the combo box. But instead i ...