TableLayout Constructor (Boolean,TableRow[]) |
Initializes a new instance of the
TableLayout class with the specified rows.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic TableLayout(
bool yscale,
params TableRow[] rows
)
Public Sub New (
yscale As Boolean,
ParamArray rows As TableRow()
)
new :
yscale : bool *
rows : TableRow[] -> TableLayout
Parameters
- yscale
- Type: System.Boolean
Scale all rows - rows
- Type:Eto.Forms.TableRow[]
Rows to populate the table.
See Also