Click here to Skip to main content
15,892,839 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i need to get a scroll bar for a windows form.but there is no property called scroll bar.
i have Maximized the property Windowstate,but still the form size is not enough.what can i do for this?
is there any other option to do this?
please help me.
Posted

Yes - in the Properties pane look for "AutoScroll" and set it to True.

But, if your form is that full and busy, it might be worth using TabPages instead in order to logically group them together without being overwhelming for the user. Too many controls on display at the same time can make it very hard to navigate.
 
Share this answer
 
A scrolling dialog box is annoying.

Like Girff suggested, a tab control with two or more tab pages would be a better design.
 
Share this answer
 
You can use GroupBox and put all your controls in it, and it will be scrollable.

hope this helps :)
 
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