_FormRegion.EnableAutoLayout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean (bool in C#) that specifies whether to use the automatic layout resizing feature when designing form regions in the forms designer. Read/write
public:
property bool EnableAutoLayout { bool get(); void set(bool value); };
public bool EnableAutoLayout { get; set; }
Public Property EnableAutoLayout As Boolean
Property Value
Remarks
The automatic layout resizing feature in the forms designer recalculates the form layout dynamically as the form is resized. This feature is only available to form regions in the forms designer.
When this property is True, the forms designer performs automatic layout resizing. When this property is False, the forms designer does not perform automatic layout resizing. The default value is True.