TableRow Class |
Namespace: Eto.Forms
The TableRow type exposes the following members.
| Name | Description | |
|---|---|---|
| TableRow |
Initializes a new instance of the TableRow class.
| |
| TableRow(TableCell) |
Initializes a new instance of the TableRow class with the specified cells.
| |
| TableRow(IEnumerableTableCell) |
Initializes a new instance of the TableRow class with the specified cells.
|
| Name | Description | |
|---|---|---|
| Cells |
Gets or sets the cells in this row.
| |
| ScaleHeight |
Gets or sets a value indicating whether this TableCell will scale its height
|
| Name | Description | |
|---|---|---|
| Scaled(TableCell) |
Creates a scaled table row with the specified cells | |
| Scaled(IEnumerableTableCell) |
Creates a scaled table row with the specified cells |
| Name | Description | |
|---|---|---|
| (String to TableRow) |
Converts a string to a TableRow with a label control implicitly.
| |
| (Control to TableRow) |
Implicitly converts a control to a TableRow
| |
| (Image to TableRow) | ||
| (TableCell to TableRow) |
Implicitly converts an array of cells to a TableRow
| |
| (TableRow to Control) |
Implicitly converts a TableRow to a control
| |
| (TableRow to TableCell) |
Implicitly converts a TableRow to a cell
|