List - RowHeight Property

Height of a row in pixels

Member of List (PRIM_LIST)

Data Type - Integer

Details

The RowHeight property specifies the height of each row in the list in pixels.
 
A value of zero denotes that the row height will be derived from the font size.
 
List rows can have different heights providing the parent list has a RowSizing property of Individual.
 
When CellSizing is set to one of the ContentXxx values it is necessary for the rows in the list to be able to resize appropriately. RowHeight should be set to 0 and RowSizing must be set to Individual.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2