Click or drag to resize

DynamicTable Class

Table item for the DynamicLayout
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ContentPropertyAttribute("Rows")]
public class DynamicTable : DynamicItem

The DynamicTable type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyPadding
Gets or sets the padding around the table cells
Public propertyParent
Gets or sets the parent table
Public propertyRows
Gets or sets the collection of rows in the table
Public propertySpacing
Gets or sets the spacing between the table cells
Public propertyTable
Gets the table layout this item represents
Public propertyVisible
Gets or sets a value indicating whether this DynamicTable is visible.
Top
Methods
  NameDescription
Public methodAdd
Add the specified item to the current row
Public methodAddRow(DynamicItem)
Adds the specified item to a new row
Public methodAddRow(DynamicRow)
Adds the specified row to the table
Public methodCreate
Creates the content for this item
(Overrides DynamicItemCreate(DynamicLayout).)
Top
Remarks
This represents a table, which in a dynamic layout is used to represent a vertical section. The maximum number of items in the Rows determines the columns of the table.
See Also