Table of Contents

Method PerformLayout

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

PerformLayout(bool)

Forces the control to apply layout logic to child controls.

void PerformLayout(bool layoutParent = true)

Parameters

layoutParent bool

Specifies whether to call parent's PerformLayout(bool). Optional. By default is true.

Remarks

If the SuspendLayout() method was called before calling the PerformLayout(bool) method, the layout is suppressed.