TdxGanttControlSheetColumn.AllowSize Property
Specifies if a user can drag the column header edges to change the column width.
Declaration
property AllowSize: TdxDefaultBoolean read; write; default bDefault;
Property Value
| Type | Default |
|---|---|
| TdxDefaultBoolean | bDefault |
Remarks
Options include:
| Value | Description |
|---|---|
| bTrue | A user can drag the column header edges to adjust the column width. |
| bFalse | A user cannot drag the column header edges to change the column width. However, you can modify the column’s Index property value at design or runtime. |
| bDefault | A View’s OptionsSheet.AllowColumnSize property value defines if a user can resize a column. |
The AllowSize property’s default value is bDefault.
See Also