Form specification files / Form item attributes |
The UNSIZABLECOLUMNS attribute indicates that the columns of the table cannot be resized by the user.
UNSIZABLECOLUMNS
When using this attribute in a TABLE definition, the end user will not be allowed to resize the columns.
TABLE t1 ( UNSIZABLECOLUMNS )