Form specification files / Form item attributes |
The UNSIZABLE attribute indicates that the element cannot be resized by the user.
UNSIZABLE
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.
EDIT c01 = item.comment, UNSIZABLE;