Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to add a scroll bar to my form. How do I do it?
And also what should be the standard dimension of the form for an stand alone application.
Posted

You should not need to add a ScrollBar. The Form has an AutoScroll property that can handle this scenario pretty well.
Also can view:
ScrollableControl.AutoScroll Property [^]
 
Share this answer
 
v3
Comments
Thomas Daniels 31-Aug-13 4:16am    
+5!
ridoy 31-Aug-13 7:28am    
Thank you.
 
Share this answer
 
Comments
ridoy 30-Aug-13 16:10pm    
5ed!
Thomas Daniels 31-Aug-13 4:16am    
Thank you!

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