PROPLIST.SetRowHeight

Previous  Next

 

ok = PROPLIST.SetRowHeight( height AS INTEGER,

                           [pane   AS INTEGER = 1] ) AS INTEGER

 


 

Set the default row height of items.  Should be called before adding properties.  The default height is 20.

 

Example:

 

PROPLIST.SHOWDESCRIPTION( FALSE )

PROPLIST.SETCAPTIONWIDTH( 40 )

PROPLIST.SETBORDERSTYLE( 3 )

PROPLIST.SETPRECISION( 3 )

PROPLIST.SETROWHEIGHT( 24 )