How can i add scroll bar to form
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How can i add scroll bar to my form?
-
How can i add scroll bar to my form?
Set the forms
AutoScroll
property true and make the form so small that at least one control is located outside the form's client region.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook