property Resizer.FormMinWidth as Single
Retrieves or sets a value that indicates the minimum width for the form.

TypeDescription
Single A numeric value that indicates the minimum width of the form, in form coordinates.

The FormMinWidth property specifies the minimum Width for the form. If the FormMinWidth is 0, the property is ignored. If the FormMinWidth property is greater than 0, when the form is resized, the width of the form is always greater than FormMinWidth property. Use the FormMaxWidth to set the maximum width for the form.