AllowResizeCols Property
Returns/Sets whether or not to allow users to resize columns in the grid.
Syntax
object.AllowResizeCols [= value ]
The syntax of the AllowResizeCols Property has these parts:
| Part | Description |
| object | A DGrid control. |
| value | A boolean expression that determines if the user can resize columns in the grid (True), or cannot (False). |
Remarks
If this property is changed after a recordset is loaded, call the Refresh method to reset the grid.
Data Type
Boolean