ActionScript 2.0 Components Language Reference |
|
|
|
| Tree component > Using the Tree component > Tree parameters | |||
You can set the following authoring parameters for each Tree component instance in the Property inspector or the Component inspector:
multipleSelection is a Boolean value that indicates whether a user can select multiple items (true) or not (false). The default value is false.
rowHeight indicates the height of each row, in pixels. The default value is 20.
You can write ActionScript to control these and additional options for the Tree component using its properties, methods, and events. For more information, see Tree class.
You cannot enter data parameters in the Property inspector or the Component inspector for the Tree component as you can with other components. For more information, see Using the Tree component and Creating an application with the Tree component.
|
|
|
|