WPF RichTextBox to create editor with line numbers

Posted by John Alden on Stack Overflow See other posts from Stack Overflow or by John Alden
Published on 2009-02-19T22:00:25Z Indexed on 2010/04/04 17:43 UTC
Read the original article Hit count: 258

Filed under:
|
|

I'm creating a text editor for a domain specific language. I'm using the WPF RichTextBox as the basic control. I don't know how to gracefully include line numbering. Does anyone know of any examples?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about richtextbox