OlkControl.EnableAutoLayout Property

Definition

Returns or sets a Boolean (bool in C#) that enables automatic adjustments of the layout for the control with respect to the rest of the form. 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

Automatic adjustments of the layout of a control include vertically or horizontally aligning the control with respect to other controls, and sizing the height or the width of the control with respect to the length or the width of the form.

Applies to