ActionScript 2.0 Components Language Reference |
|
|
|
| DataGrid component > Using the DataGrid component > DataGrid parameters | |||
You can set the following authoring parameters for each DataGrid component instance in the Property inspector or in the Component inspector:
editable is a Boolean value that indicates whether the grid is editable (true) or not (false). The default value is false.
multipleSelection is a Boolean value that indicates whether multiple items can be selected (true) or not (false). The default value is false.
rowHeight indicates the height of each row, in pixels. Changing the font size does not change the row height. The default value is 20.
You can write ActionScript to control these and additional options for the DataGrid component using its properties, methods, and events. For more information, see DataGrid class.
|
|
|
|