Change the row height of the browse
- Last Updated: April 12, 2024
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To let the user change the row height of a browse, you set the browse’s
ROW-RESIZABLE attribute to TRUE.
To change the row height of a browse, the user vertically drags a row separator that appears at run time.
To change the row height programmatically, you set the browse’s
ROW-HEIGHT-CHARS or ROW-HEIGHT-PIXELS
attribute.