Space between Custom scrollbars horizontal & vertical
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I am using custom scrollbars HScroll & VScroll in VS2005 . I am having splitcontainer , in Panel1 of SplitContainer i am using these things instead of autoscroll=true . I want to set the view of these things like Autscroll features . i set Hscroll.dock=bottom Vscroll.dock=right HScrollBar is occupying the fullbottom of panel1 . :: ================== In the bottom right of these two control i am not getting the space =========== ''Blank Space and on the top i have to get VScrollbars =========== How to get the space for Custom scrollbars ??