Click or drag to resize

ControlResumeLayout Method

Resumes the layout after it has been suspended, and performs a layout

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual void ResumeLayout()
Remarks
This can be used to optimize some platforms while adding, removing, or changing many child controls at once. Each call to ResumeLayout() must be balanced with a call to SuspendLayout before it.
See Also