How can I scroll two treeview together?

kempelen

New member
Joined
Jan 27, 2005
Messages
1
Programming Experience
1-3
I have two treeviews side by side, and i would like to scroll these controls together. So If the user scroll down one treeview, the other treeview would scroll automatically.
In VB.Net I can't find the scroll event for treeview controls to write an event handler.
How should I do this?
 
Back
Top