Friday, May 22, 2009

Creating HorizontalList Control

You use the tag to define a HorizontalList control. Specify an id value if you intend to refer to a component elsewhere in your MXML, either in another tag or in an ActionScript block.

The HorizontalList control shares many properties and methods with the List control; see List control for information on how to use several of these shared properties. The HorizontalList control uses a list-based data provider. For more information, see Using Data Providers and Collections.

You specify the data for a HorizontalList control by using the dataProvider property of the tag

No comments:

Post a Comment