I have a panel, a custom scroll bar and a problem.
First : I need to use this custom scroll bar because it's for tablet PC and I need to add some features to this scroll bar.
But my problem : The custom scroll bar is working, but I need to disable the windows scroll bar because I have 2 horizontal and 2 vertical scroll bar (mine + windows).
Already tried AutoScroll = false, but disable all scroll bar. And panel.HorizontalScroll.Visible = false doesn't work, all scroll bar stay visible.
Thanks for your help.