System.Windows.Forms.Control.ResumeLayout Method

Resumes usual layout logic.

Syntax

public void ResumeLayout ()

Remarks

Calling the Control.ResumeLayout method forces an immediate layout if there are any pending layout requests.

The Control.SuspendLayout and Control.ResumeLayout methods are used in tandem to suppress multiple Control.Layout events while you adjust multiple attributes of the control. For example, you would typically call the Control.SuspendLayout method, then set the Control.Size, Control.Location, Control.Anchor, or Control.Dock properties of the control, and then call the Control.ResumeLayout method to enable the changes to take effect.

There must be no pending calls to Control.SuspendLayout for Control.ResumeLayout to be successfully called.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0