ATTR_ENABLE_COLUMN_SIZING

Type: Control attribute
Description: Specifies whether interactive sizing of columns is enabled. If you enable column sizing for a table, and ATTR_SIZE_MODE is set to VAL_USE_EXPLICIT_SIZE for a particular column, the user can resize that column interactively. Tree columns do not have ATTR_SIZE_MODE, so this attribute alone determines whether the user can resize columns interactively.

0 = Column sizing disabled

1 = Column sizing enabled

Control Types: Tables, trees.
Data Type: integer
Default Value: 1

Values

0 False
1 True