TileList parameters

You can set the following authoring parameters in the Property inspector or in the Component inspector for each TileList component instance: allowMultipleSelection, columnCount, columnWidth, dataProvider, direction, horizontalScrollLineSize, horizontalScrollPageSize, labels, rowCount, rowHeight, and ScrollPolicy, verticalScrollLineSize, verticalScrollPageSize. Each of these parameters has a corresponding ActionScript property of the same name. For information on using the dataProvider parameter, see Using the dataProvider parameter.

You can write ActionScript to set additional options for TileList instances using its methods, properties, and events. For more information, see the TileList class in the ActionScript 3.0 Language and Components Reference.