How to find and highlight the search result in the WPF multiline text box?
Asked
Active
Viewed 92 times
1 Answers
0
textbox.SelectionStart = 0;
textbox.SelectionLength = textbox.Text.Length;

Sajeetharan
- 216,225
- 63
- 350
- 396