UNSIZABLE attribute
The UNSIZABLE attribute indicates that the element cannot be resized
by the user.
Syntax
UNSIZABLEUsage
By default, a TABLE container allows the user to resize the columns by a
drag-click on the column header.
Use this 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 container.
Example
EDIT c01 = item.comment, UNSIZABLE;