Method PerformLayout
PerformLayout(bool)
Forces the control to apply layout logic to child controls.
public virtual void PerformLayout(bool layoutParent = true)
Parameters
layoutParent
boolSpecifies 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.