Resize the browse column
- Last Updated: April 12, 2024
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To let the user resize a browse column, use one of the following techniques:
- To let the user resize any column of a browse, you set the browse's
COLUMN-RESIZABLEattribute to TRUE. - To let the user resize a single column of a browse, you set the column's
RESIZABLEattribute to TRUE. - To resize a column through direct manipulation, the user drags a column separator horizontally.
- To resize a column programmatically, you set the column's
WIDTH-CHARSorWIDTH-PIXELSattribute.