11 June 2014

How to setup main form window to allow resizing

          Setting the AutoSizeMode property to GrowAndShrink will prevent you from being able to resize the window manually so don't set it to this value.
           Just set the Height and Width properties of the window to specify the default size and then constraint the size by setting the MaxiumSize and MinimumSize properties:

No comments: