Click or drag to resize

ThemedControlHandlerTControl, TWidget, TCallbackResumeLayout 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()

Implements

ControlIHandlerResumeLayout
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