Is there any way to make a form that's bigger than the screen and uses a vertical scroll bar to move around it or is the size limated to my resolution?
Printable View
Is there any way to make a form that's bigger than the screen and uses a vertical scroll bar to move around it or is the size limated to my resolution?
AcornRanch,
I have never tried it, but it should work fine. Do this: when in design mode, try stretching your form to abnormally large proportions, set its WindowState to Maximized and then run the project.
You could embed all your controls onto a PictureBox (which you could make a but bigger than the form) and a PictureBox is scrollable.