ActionScript 2.0 Components Language Reference |
|
|
|
| List component > Using the List component > List parameters | |||
You can set the following authoring parameters for each List component instance in the Property inspector or in the Component inspector:
data is an array of values that populate the data of the list. The default value is [] (an empty array). There is no equivalent runtime property.
labels is an array of text values that populate the label values of the list. The default value is [] (an empty array). There is no equivalent runtime property.
multipleSelection is a Boolean value that indicates whether you can select multiple values (true) or not (false). The default value is false.
rowHeight indicates the height, in pixels, of each row. The default value is 20. Setting a font does not change the height of a row.
You can write ActionScript to set additional options for List instances using its methods, properties, and events. For more information, see List class.
|
|
|
|