[]
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)
Public Sub New(style As Style, rows As Integer, cols As Integer)
| 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)
Public Sub New(style As 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)
Public Sub New(rows As Integer, columns As Integer)
| 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()
Public Sub New()