Click here to Skip to main content
15,886,795 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have auto scrollbars turned on for my form and can see them in design mode. After compiling the form loads without any scrollbars. What am I missing?
Posted

1 solution

Enabling "Auto scroolbars" for a form means, that the scroolbars will only be visible if it it required - i.e. when a control does not fit inside the form. Try creating a groupbox for example and placing it so that a part of the control does not fit inside the form. The scroolbars should appear.

If you need a scroolbar that is always visible, no matter what the form contains, yoou can use a VScroolBar or a HScroolBar Control.

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900