Click or drag to resize

LayoutIHandler Interface

Platform handler interface for the the Layout class

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : ContainerIHandler, 
	ControlIHandler, WidgetIHandler

The LayoutIHandler type exposes the following members.

Methods
  NameDescription
Public methodUpdate
Re-calculates the layout of the controls and re-positions them, if necessary
Top
See Also