How to show number of a line in a RichTextBox C#

Posted by fonix232 on Stack Overflow See other posts from Stack Overflow or by fonix232
Published on 2010-04-02T14:48:00Z Indexed on 2010/04/02 14:53 UTC
Read the original article Hit count: 182

Filed under:
|
|
|

I am making a simple text and script editor with code highlighting. For that I use a RichTextBox. But I don't know how to make it show the lines' numbers on the left side, like in VS or Notepad++. Is there any solution?

© Stack Overflow or respective owner

Related posts about c#

Related posts about richtextbox