Reputation:
How to get / set caret position in silverlight textbox ?
Upvotes: 8
Views: 6477
Reputation: 7412
TextBox.SelectionStart should work for you. Setting TextBox.SelectionLength will define the length of the selected/highlighted text if you need it.
Upvotes: 8