Click or drag to resize

TableCell Class

Represents a cell in a TableRow
Inheritance Hierarchy
SystemObject
  Eto.FormsTableCell

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

The TableCell type exposes the following members.

Constructors
  NameDescription
Public methodTableCell
Initializes a new instance of the TableCell class.
Public methodTableCell(Control, Boolean)
Initializes a new instance of the TableCell class.
Top
Properties
  NameDescription
Public propertyControl
Gets or sets the control in this cell, or null for an empty space
Public propertyScaleWidth
Gets or sets a value indicating whether this TableCell will scale its width
Top
Operators
See Also