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
Elangovan
source
to share