GridPanel Constructor(Style,Int32,Int32)
In This Topic
Initializes a new instance of the
GridPanel element with the specified number of rows and columns and style settings.
Syntax
Parameters
- style
- The Style object to use.
- rows
- The number of rows to create.
- cols
- The number of columns to create.
See Also