如何在silverlight文本框中获取/设置插入位置?

8 silverlight

如何在silverlight文本框中获取/设置插入位置?

Pro*_*m.X 8

TextBox.SelectionStart应该适合你.如果需要,设置TextBox.SelectionLength将定义所选/突出显示文本的长度.