List.cellRenderer

Availability

Flash Player 6 (6.0.79.0).

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. Any class used for this property must implement the CellRenderer API.

Example

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

my_list.cellRenderer = "ComboBoxCell";