adding scrollbar to a form

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

Hi,
I don't want to use Autoscroll as I want the user to scroll up and down
whenever he wants. So i've added a VScrollbar to my form but nothing
happens when I move it. How can I scroll the form as I move the
scrollbar?

Thx
 
Sam said:
Hi,
I don't want to use Autoscroll as I want the user to scroll up and down
whenever he wants. So i've added a VScrollbar to my form but nothing
happens when I move it. How can I scroll the form as I move the
scrollbar?

Thx

you are going to have to capture the clicks on the scroll bar and move
the form yourself. Seems to me it would be better to have all you
controls in a panel, then you can move your panel instead of having to
move all the controls one by one.

Chris
 
Back
Top