I’m looking for a free winforms component for an application I’m writing. I basicly need a textbox that contains line numbers in a side column. Being able to tabulate data within it would be a major plus too.
Does anyone know of a premade component that could do this?
Referencing Wayne’s post, here is the relevant code. It is using GDI to draw line numbers next to the text box.
The RichTextBox is overridden like this:
(Code by divil on the xtremedotnettalk.com forum.)