| Property Name | Class | Description |
| animateX | Boolean | Whether childnodes will animate to position on the x axis as a node is opened. |
| animateY | Boolean | Whether childnodes will animate to position on the y axis as a node is opened. |
| animationTime | Number | The amount of time in milliseconds for the tree to animate into position when a node is opened or closed. |
| branchEmptyGraphic | String | The linkage identifier for the movie clip symbol to be used for a branch node with no children. |
| branchGraphic | String | The linkage identifier for the movie clip symbol to be used for a branch node with children. |
| connectorOffset | Number | The pixel offset on the x axis from a node icon's center at which connector lines are drawn. |
| copyOnControl | Boolean | Whether a node is copied when dragged with the CONTROL or COMMAND key pressed. |
| contentInset | Number | The pixel inset of the content's position and mask from the outside of the scrollpane inner graphic. |
| displayRoot | Boolean | Whether the root node in the tree is displayed. |
| draggable | Boolean | Whether nodes in the tree are draggable. |
| easingFuncX | String | The name of the easing function used to animate nodes on the x axis. |
| easingFuncY | String | The name of the easing function used to animate nodes on the y axis. |
| editable | Boolean | Whether nodes use editable text fields. |
| file | String | The path to the XML file to load upon initialization, if any. |
| getLabelFromName | Boolean | Whether a node's label in the tree is generated from the XMLNode nodename. |
| iconBuffer | Number | The pixel distance between icon and label of node. |
| indentation | Number | The pixel distance on the x axis each level of the tree is displayed in relation to its parent level. |
| leafGraphic | String | The linkage identifier for the movie clip symbol to be used for a nonbranching node. |
| lockNodeSize | Boolean | Whether nodes expand to match the length of the node label. |
| nodeFieldGraphic | String | The linkage identifier for the movie clip symbol to be used for the label graphic of a node. |
| nodeFieldOffsetX | Number | The pixel offset on the x axis that a node label is moved from its default position. |
| nodeFieldOffsetY | Number | The pixel offset on the y axis that a node label is moved from its default position. |
| nodeFieldInset | Number | The pixel inset on the x and y axis of a node label field in relation to the width and height of its graphic. |
| nodeHeight | Number | The pixel height of a node in the tree, determining the selectable area. |
| nodeLeading | Number | The vertical pixel distance between nodes in the tree. |
| nodeMinWidth | Number | When lockNodeSize is set to true, the minimum pixel size allows for a node. |
| openCloseGraphic | String | The linkage identifier for the movie clip symbol to be used for the open/close button. |
| preventClose | Boolean | Whether nodes in the tree may be opened, but not closed by the user. |
| rightMargin | Number | The pixel space buffered on the right side of the tree. |
| scrollArrowGraphic | String | The linkage identifier for the movie clip symbol to be used for the arrow icon on the scrollbars. |
| scrollButtonGraphic | String | The linkage identifier for the movie clip symbol to be used for the button graphic on the scrollbars. |
| scrollButtonPos | String | The layout for the buttons on a scrollbar (top, bottom, spread). |
| scrollerBuffer | Number | The pixel buffer between the scrollbars and the scrollpane inner graphic (and the scrollpane content). |
| scrollerWidth | Number | The pixel width (for vertical scrollbars) or height (for horizontal scrollbars) of the scrollbar. |
| scrollHorizontalSide | String | |
| scrollpaneInnerGraphic | String | The linkage identifier for the movie clip symbol to be used for the inner block graphic of the scrollpane. |
| scrollpaneOuterGraphic | String | The linkage identifier for the movie clip symbol to be used for the outer block graphic of the scrollpane. |
| scrollSliderGraphic | String | The linkage identifier for the movie clip symbol to be used for the slider graphic on the scrollbars. |
| scrollVerticalSide | String | |
| scrollWellGraphic | String | The linkage identifier for the movie clip symbol to be used for the scrollwell graphic on the scrollbars. |
| selectMultiple | Boolean | Whether multiple nodes in the tree may be selected at the same time using CONTROL or COMMAND. |
| styleFormatName | String | The name of the StyleFormat instance, as a string, to be used to style the tree. |
| tooltipAttribute | String | The attribute name whose value will be used as a tooltip for the node. |
| topMargin | Number | The pixel distance from the top of the scrollpane at which the tree top of the tree will be drawn. |
| treeMemory | String | The name of XML instance, as a string, to which the tree will look when repopulating itself to maintain the same open/closed states. |
| useConnectors | Boolean | Whether line connectors are drawn between nodes and their children. |
| useNodeForTip | Boolean | Whether the XML structure of a node and its children are displayed in the node's tooltip. |
| useOpenClose | Boolean | Whether the open/close button is displayed next to a node's icon when the node has children. |
| useSelectionHighlight | Boolean | Whether a selection highlight box is drawn around a selected node. |
| useToolTips | Boolean | Whether nodes display tooltips when a mouse hovers over. |
| validator | String | The name of the XML instance, as a string, to which the tree looks to determine valid drag and drops, and which nodes are draggable, editable, unique and/or deletable. |