panel's vertical scrollbar

krsh24

Active member
Joined
Sep 16, 2006
Messages
25
Programming Experience
3-5
Hi,

How do i increase the vertical scrollbar width of a panel. I have auto scroll property set to true.

neither the panel's controls or the forms controls property exposes the scroll bar control. I am using framework 1.1.

Thank You
 
Ok, there was no way i could do this. Did some trick. I wrote a customized panel with a scrollbar control embedded.

The coustomized panel contains another panel within, with the border style set to none. The size of the inner panel is same as the outer panel. When the scroll even is fired i move the location of the inner panel depending whether it is scrolled up or down. It works fine.

Please let me know if there is a better way to implement the functionality.

Thank You
 
Back
Top