OlkControl.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 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.