Click or drag to resize

TableLayoutIHandlerCreateControl Method

Creates the control with the specified dimensions.

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

Parameters

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