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()
Public Overridable Sub Update
abstract Update : unit -> unit
override Update : unit -> unit
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