UNSIZABLE attribute
The UNSIZABLE attribute indicates that the element cannot be resized
by the user.
Syntax
UNSIZABLE
Usage
By default, a TABLE or TREE container allows the user to
resize the columns by a drag-click on the column header.
Use the UNSIZABLE attribute to prevent a resize on a specific column.
Makes sense only for a field that is used for the definition of a column in a
TABLE or TREE container.
Example
EDIT c01 = item.comment, UNSIZABLE;