List.rowHeight

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

listInstance.rowHeight

Description

Property; the height, in pixels, of every row in the list. The font settings do not make the rows grow to fit, so setting the rowHeight property is the best way to make sure items are fully displayed. The default value is 20.

Example

The following example sets each row to 30 pixels:

myList.rowHeight = 30;