Click or drag to resize

TableLayoutIHandler Interface

Handler interface for TableLayout

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[AutoInitializeAttribute(false)]
public interface IHandler : LayoutIHandler, 
	ContainerIHandler, ControlIHandler, WidgetIHandler, LayoutIPositionalLayoutHandler

The TableLayoutIHandler type exposes the following members.

Properties
  NameDescription
Public propertyPadding
Gets or sets the padding bordering the table.
Public propertySpacing
Gets or sets the horizontal and vertical spacing between each of the cells of the table.
Top
Methods
  NameDescription
Public methodCreateControl
Creates the control with the specified dimensions.
Public methodGetColumnScale
Gets the scale for the specified column.
Public methodGetRowScale
Gets the scale for the specified row.
Public methodSetColumnScale
Sets the scale for the specified column.
Public methodSetRowScale
Sets the scale for the specified row.
Top
Remarks
Currently, TableLayout handlers only need to set its size while created and cannot be resized.
See Also