Progress
Programming
Handbook


Changing the Row Height

To let the user change the row height of a browse, the programmer sets the browse’s ROW–RESIZABLE attribute to TRUE, as the following code fragment demonstrates:

mybrowse:ROW-RESIZABLE = TRUE. 

To change the row height of a browse, the user drags a row separator vertically as desired.

To change the row height programmatically, the programmer sets the browse’s ROW–HEIGHT–CHARS and ROW–HEIGHT–PIXELS attributes as desired.

The following code fragment programmatically changes the row height to 20 pixels:

mybrowse:row-height-pixels = 20. 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095