DynamicTable Class |
Namespace: Eto.Forms
The DynamicTable type exposes the following members.
Name | Description | |
---|---|---|
![]() | DynamicTable |
Initializes a new instance of the DynamicTable class.
|
![]() | DynamicTable(DynamicRow) |
Initializes a new instance of the DynamicTable class.
|
![]() | DynamicTable(IEnumerableDynamicRow) |
Initializes a new instance of the DynamicTable class.
|
Name | Description | |
---|---|---|
![]() | Padding |
Gets or sets the padding around the table cells
|
![]() | Parent |
Gets or sets the parent table
|
![]() | Rows |
Gets or sets the collection of rows in the table
|
![]() | Spacing |
Gets or sets the spacing between the table cells
|
![]() | Table |
Gets the table layout this item represents
|
![]() | Visible |
Gets or sets a value indicating whether this DynamicTable is visible.
|
Name | Description | |
---|---|---|
![]() | Add |
Add the specified item to the current row
|
![]() | AddRow(DynamicItem) |
Adds the specified item to a new row
|
![]() | AddRow(DynamicRow) |
Adds the specified row to the table
|
![]() | Create |
Creates the content for this item
(Overrides DynamicItemCreate(DynamicLayout).) |