TcxGridTableOptionsCustomize.ColumnHorzSizing Property
In This Article
Determines whether the View’s columns can be resized by dragging the sides of column headers.
#Declaration
Delphi
property ColumnHorzSizing: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to True to allow column widths to change by dragging their vertical edges.
The default value of the ColumnHorzSizing property is True.
See Also