Placing a custom scrollbar over TreeViewAdv scrollbar

Hi,

I've written a custom scroll bar and linked it into a TreeViewAdv control. My problem is I can't place the custom scrollbar over top of the old scrollbar (or even remove the old one so it doesn't paint over top of this).

I have tried using this to remove the scrollbars:
this.AutoScrolling = System.Windows.Forms.ScrollBars.None;
this.VScroll = false;
this.HScroll = false;

Is there a way I can place my custom scrollbar onto the TreeViewAdv control so you can't see the old one...and still be able to use the scrollbar wrapper class to controll the TreeViewAdv with my custom one?

If there is a simpler way of custom painting a TreeViewAdv scrollbar please let me know.

Thanks,



1 Reply

GM Gus Matheson April 22, 2008 11:04 PM UTC

The version we are running is 4.302.0.30


Loader.
Up arrow icon