In This Topic
The following tables list the members exposed by GridLayout.
Public Constructors
Public Properties
| Name | Description |
 | Columns | Gets or sets the number of columns for the GridLayout. |
 | Rows | Gets or sets the number of rows for the GridLayout. |
 | Size | Gets the size of the GridLayout. |
Top
Public Methods
| Name | Description |
 | DecreaseSize | Decreases the grid layout size by one column or one row at a time. |
 | Equals | Compares the GridLayout object to another System.Object to see whether they are equal. |
 | GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
 | IncreaseSize | Increases the grid layout size by one column or one row at a time. |
Top
See Also