Click or drag to resize

LayoutIPositionalLayoutHandler Interface

Platform handler interface for positional layouts where controls are placed in an x, y grid

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IPositionalLayoutHandler

The LayoutIPositionalLayoutHandler type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the control to the layout given the specified co-ordinates
Public methodMove
Moves the control to the specified co-ordinates
Public methodRemove
Removes the specified child from this layout
Top
See Also