How to get / set caret position in silverlight textbox ?
+2
A:
TextBox.SelectionStart should work for you. Setting TextBox.SelectionLength will define the length of the selected/highlighted text if you need it.
Program.X
2010-02-04 09:08:56
thank you!!!!!!
Grienders
2010-02-08 19:44:37