List.cellRenderer

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

listInstance.cellRenderer

Description

Property; assigns the cell renderer to use for each row of the list. This property must be a class object reference, or a symbol linkage identifier for the cell renderer to use. Any class used for this property must implement the CellRenderer interface.

Example

The following example uses a linkage identifier to set a new cell renderer:

myList.cellRenderer = "ComboBoxCell";