Insert at caret position with a Silverlight textbox
- by Chris S
In WPF you can insert at the caret position using the CaretIndex property. However this seems to be missing in the Silverlight textbox control.
Is it possible using a different technique?