_FormRegion.EnableAutoLayout Property

Definition

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.

Applies to