Listbox scroll - need your help

wz2jrz

Newcomer
Joined
Apr 24, 2003
Messages
16
I have a listbox on the side of a richtextbox. Listbox displays the line numbers of the richtextbox content.


Is there a way to invoke programmatically scrolling of listbox when i vertically scroll richtextbox and vice versa? basically i want to show scrolling of numbers while i scroll richtextbox and also vice versa...
 
Here's a sample I wrote a long time ago for drawing line numbers next to a richtextbox. It doesn't use a listbox but it ought to get you started.
 

Attachments

Back
Top