I need to get a handle to the C# treeview's scrollbar so that I can set the value programatically. I am attempting to sync two scrolling forms together with one scrollbar. I can get other scrollbars from other various controls like the C# panel but for some reason C# treeviews do not let you get access to thier scrollbars. All I can do is turn the treeview scrollbar off or on. Any ideas appreciated.
↧