The ListBase class is the base class for controls that represent lists of items that can have one or more selected and can scroll through the items.
Items are supplied using the dataProvider property and displayed via item renderers.
In a model/view architecture, the ListBase-derived class represents the view, and the dataProvider object represents the model.
In addition to the methods it inherits from FlexScrollBase, FlexObject, FlexDisplayObject, and AnyWin, FlexListBase has the following methods:
In addition to the properties it inherits from FlexScrollBase, FlexObject, FlexDisplayObject, and AnyWin, FlexListBase has the following properties: