TdxGanttControlSheetColumn.AllowSize Property
In This Article
Specifies if a user can drag the column header edges to change the column width.
#Declaration
Delphi
property AllowSize: TdxDefaultBoolean read; write; default bDefault;
#Property Value
Type | Default |
---|---|
Tdx |
b |
#Remarks
Options include:
Value | Description |
---|---|
b |
A user can drag the column header edges to adjust the column width. |
b |
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. |
b |
A View’s Options |
The AllowSize property’s default value is bDefault.
See Also