Question control form with scroll bar

hemant4

Member
Joined
Mar 30, 2010
Messages
6
Programming Experience
Beginner
my project is school management system. I want to design a form for admission,it has many field so i can't adjust all in a front form so i want to control scroll bar for this solution. please help me.
 
But how it enable(automatically add scroll bar).because i create a form with 500*400 size.when i decrease form size form does not add scroll bar.so what change need to enable auto add scroll bar.
 
Select the form in design view. In the properties window, make sure AutoScroll is set to True.

To test this. Stick a control at the bottom of your form in design view. Now resize the form (smaller) past the control you just put on the form. The scroll bars should automatically appear...

Hope that helps!
 
Back
Top