user266003
user266003

Reputation:

How to get / set caret position in silverlight textbox?

How to get / set caret position in silverlight textbox ?

Upvotes: 8

Views: 6477

Answers (1)

Program.X
Program.X

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

Related Questions