Click or drag to resize

TableLayout Constructor (Int32, Int32)

Initializes a new instance of the TableLayout class with the specified number of columns and rows.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TableLayout(
	int columns,
	int rows
)

Parameters

columns
Type: SystemInt32
Number of columns in the table.
rows
Type: SystemInt32
Number of rows in the table.
See Also