Add line numbers to richtextbox

C

coding

Hi,

Can anyone help on how to add a line number section to a RichTextBox? In the
same way any code editor have...

thanks in advance
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

You will have to implement this yourself
Alternatively you could search for a third party component that has this
feature already.

If you are going to implement it yourself take a look at opennetcf.org owner
draw control. it will give a good idea of how to draw your own control
 
C

coding

very thanks !

Ignacio Machin ( .NET/ C# MVP ) said:
Hi,

You will have to implement this yourself
Alternatively you could search for a third party component that has this
feature already.

If you are going to implement it yourself take a look at opennetcf.org owner
draw control. it will give a good idea of how to draw your own control


--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top