I'm looking for an example code how to jump to a specific line of a RichTextBox in WPF. I have no idea how to do this, in winForms it is very simple because I'm free to can set SelectionStart and SelectionLength that unlike in WPF the equivalent properties are read only. any help is very appreciated. Thanks in advance.

link|improve this question

79% accept rate
1  
See stackoverflow.com/questions/1454440/… maybe? – minitech Jan 26 at 1:55
feedback

1 Answer

up vote 0 down vote accepted

You have some options in the API:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.