Click or drag to resize

TableCell Constructor (Control, Boolean)

Initializes a new instance of the TableCell class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TableCell(
	Control control,
	bool scaleWidth = false
)

Parameters

control
Type: Eto.FormsControl
Control for this cell
scaleWidth (Optional)
Type: SystemBoolean
Scale the width of the control if true, otherwise scale to the preferred size of the control.
See Also