Applies to
Edit table.
Description
When not set to 0, and any column in an edit table is resized, the width of the specified column is automatically adjusted. (When specified column is resized, the column that is positionally to the right is adjusted.)
Usage
column = Get_Property (edittablename, " AUTOSIZECOL ")
column = Set_Property (edittablename, " AUTOSIZECOL ", value)
Remarks
Value | Description |
---|---|
0 | No auto-sizing. |
Specific column number | The column that you want to resize to accommodate changes made to another column. |
The AUTOSIZECOL property is most useful for edit tables which may or may not have a vertical scroll bar depending on the number of rows.