adding scrollbar to a form

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
 
C

Chris

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top