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?
In VB.Net I can't find the scroll event for treeview controls to write an event handler.
How should I do this?