Click or drag to resize

LayoutUpdate Method

Re-calculates the layout of the controls and re-positions them, if necessary

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual void Update()
Remarks
All layouts should theoretically work without having to manually update them, but in certain cases this may be necessary to be called.
See Also