Language Reference Guide : 4. System Classes : TableField Class : ColumnResizable Attribute
 
Share this page                  
ColumnResizable Attribute
Data Type: integer
4GL Access: RW
If the ColumnResizable attribute is set to TRUE, the TableField column width can be resized at runtime. Here is how it works:
The TableField width does not change during the column resizing operation.
If the width of a column is increased, the width of the last column in the table will be decreased. If the last column width can be decreased no more, the column width of the next to the last column will be decreased, and so on.
If a column's width is decreased, the width of the last column will be increased by the same amount.
No event is given for the column resizing operation.