Documentation for this section has not yet been entered.
Setting the Form.AutoSizeMode property to a new value causes the form to be laid out again.
A form does not automatically resize in the Visual Studio forms designer, regardless of the values of the Form.AutoSize and Form.AutoSizeMode properties. The form correctly resizes itself at run time according to the values of these two properties. By contrast, a custom System.Windows.Forms.UserControl automatically resizes itself both at design time and at run time.