[]
Initializes a new instance of the GridPanel element with the specified number of rows and columns and style settings.
public GridPanel(Style style, int rows, int cols)
Type | Name | Description |
---|---|---|
Style | style | The Style object to use. |
int | rows | The number of rows to create. |
int | cols | The number of columns to create. |
Initializes a new instance of the GridPanel element with the specified style.
public GridPanel(Style style)
Type | Name | Description |
---|---|---|
Style | style | The Style object to use. |
Initializes a new instance of the GridPanel element with the specified number of rows and columns.
public GridPanel(int rows, int columns)
Type | Name | Description |
---|---|---|
int | rows | The number of rows to create. |
int | columns | The number of columns to create. |
Initializes a new instance of the GridPanel element.
public GridPanel()