TableCell Class |
Namespace: Eto.Forms
The TableCell type exposes the following members.
| Name | Description | |
|---|---|---|
| TableCell |
Initializes a new instance of the TableCell class.
| |
| TableCell(Control, Boolean) |
Initializes a new instance of the TableCell class.
|
| Name | Description | |
|---|---|---|
| Control |
Gets or sets the control in this cell, or null for an empty space
| |
| ScaleWidth |
Gets or sets a value indicating whether this TableCell will scale its width
|
| Name | Description | |
|---|---|---|
| (String to TableCell) |
Converts a string to a TableCell with a label control implicitly.
| |
| (Control to TableCell) |
Converts a control to a table cell
| |
| (Image to TableCell) | ||
| (TableCell to TableCell) |
Converts an array of cells to a new cell with a table of vertical cells in a new child TableLayout
| |
| (TableRow to TableCell) |
Converts an array of rows to a new cell with vertical rows in a new child TableLayout
|