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
)
Public Sub New (
control As Control,
Optional scaleWidth As Boolean = false
)
new :
control : Control *
?scaleWidth : bool
(* Defaults:
let _scaleWidth = defaultArg scaleWidth false
*)
-> TableCell
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