Fairly new at Windows Forms...
I can make forms that contain controls that will fill the form no matter what size it is.
Now I need to know how I can create a form that has a predefined window size, but allows the user to scroll down to enter values in the underlying controls.
Can anyone guide me through this