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
Public Interface IHandler
Inherits ContainerIHandler, ControlIHandler, WidgetIHandler
type IHandler =
interface
interface ContainerIHandler
interface ControlIHandler
interface WidgetIHandler
end
The LayoutIHandler type exposes the following members.
Methods
| Name | Description |
---|
| Update |
Re-calculates the layout of the controls and re-positions them, if necessary
|
TopSee Also