How to get / set caret position in silverlight textbox ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
TextBox.SelectionStart should work for you. Setting TextBox.SelectionLength will define the length of the selected/highlighted text if you need it. |
|||||
|