I'm working on displaying lines numbers for a richTextBox on C#, I tried many components but non of them worked with me, so I'm working on my own one.
I implemented that using the richTextBox + ListBox.
But, I'm having a problem when scrolling the richtextbox,the ListBox wont scroll, also I need not the vScrollBar of the List box to appear during scroll how can I accomplish this?
I mean scrolling both (richTextBox+listBox) when scrolling the richTextBox only, any suggestions?