As part of a wizard-type application, I am loading forms into a panel control inside another form.
The panel is set to autoscroll. Some of the forms require vertical scrolling. However, when running the app on a computer with a monitor whose resolution is 1024 x 768, the scroll bar does not give access to the entire form - the bottom 1/3 is cut off and cannot be scrolled to. My development machine has a considerably higher resolution - maybe that had something to do with this. How do I fix this? I thought Autoscroll meant autoscroll and that was it.
The panel is set to autoscroll. Some of the forms require vertical scrolling. However, when running the app on a computer with a monitor whose resolution is 1024 x 768, the scroll bar does not give access to the entire form - the bottom 1/3 is cut off and cannot be scrolled to. My development machine has a considerably higher resolution - maybe that had something to do with this. How do I fix this? I thought Autoscroll meant autoscroll and that was it.