Highlighting the selected WPF field

In WPF, when you enter some text in a combobox, it will highlight the element starting with the entered text. This highlight will search for all text that I have entered in the combo box. But instead, I want the text search to only match the first letter. How to do it?

Actually, I want TextSearch.Text to always be the first character.

+2


source to share


1 answer


I did something similar to this. Found a kind of howto on the blog, didn't save the link, but did a fresh search and found this one that (from my memory) looks very similar.



+1


source







All Articles