[]
Defines which grid elements can be resized with the mouse.
public enum AllowResizing
Name | Description |
---|---|
Both | User can resize rows and columns with the mouse. |
Columns | User can resize columns with the mouse. |
None | No grid elements can be resized with the mouse. |
Rows | User can resize rows with the mouse. |