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
)
Sub CreateControl (
columns As Integer,
rows As Integer
)
abstract CreateControl :
columns : int *
rows : int -> unit
Parameters
- columns
- Type: SystemInt32
Number of columns for the table. - rows
- Type: SystemInt32
Number of rows for the table.
See Also