Name | Description | Property Type | Scripting | Category |
---|
Auto Expand | If true, the tree will automatically expand the tree structure up to the level specified by Auto Expansion Level. | boolean | .autoExpand | Behavior |
Auto Expansion Level | If Auto Expand is true, this is the depth level that will be expanded. Zero means expand-all. | int | .autoExpansionLevel | Behavior |
Auto Sort | Whether or not to automatically sort the tree. | boolean | .autoSort | Behavior |
Background Color | The background color of the component. Can be chosen from color wheel, chosen from color palette, or entered as RGB or HSL value. See Color Selector. | Color | .background | Appearance |
Border | The border surrounding this component. Options are: No border, Etched (Lowered), Etched (Raised), Bevel (Lowered), Bevel (Raised), Bevel (Double), Button Border, Field Border, Line Border, and Other Border. Note_friendly |
---|
The border is unaffected by rotation. |
| Border | .border | Common |
Default Closed Icon | The default closed icon if no icon is set. | String | .defaultClosedIconPath | Appearance |
Default Leaf Icon | The default leaf icon if no icon is set. | String | .defaultLeafIconPath | Appearance |
Default Node Background | The default background of a node if no background is set. See Color Selector. | Color | .defaultBackground | Appearance |
Default Node Border | The default border of a node if no border is set. | Border | .defaultBorder | Appearance |
Default Node Foreground | The default foreground of a node if no foreground is set. See Color Selector. | Color | .defaultForeground | Appearance |
Default Node Selected Background | The default selected background of a node if no background is set. See Color Selector. | Color | .defaultSelectedBackground | Appearance |
Default Node Selected Border | The default selected border of a node if no border is set. | Border | .defaultSelectedBorder | Appearance |
Default Node Selected Foreground | The default selected foreground of a node if no foreground is set. See Color Selector. | Color | .defaultSelectedForeground | Appearance |
Default Open Icon | The default open icon if no icon is set. | String | .defaultOpenIconPath | Appearance |
Enabled | If disabled, a component cannot be used. | boolean | .componentEnabled | Common |
Font | Font of text on this component. | Font | .font | Appearance |
Items | Contains the items of the tree view. | Dataset | .data | Data |
Line Style | The tree's line style. | int | .lineStyle | Appearance |
Mouseover Text | The text that is displayed in the tooltip which pops up on mouseover of this component. | String | .toolTipText | Common |
Name | The name of this component. | String | .name | Common |
Quality | The data quality code for any Tag bindings on this component. | QualityCode | .quality | Data |
Row Height | The height of each row in the tree. | int | .rowHeight | Appearance |
Selected Item | The index of the currently selected item, or -1 if no selection. | int | .selectedItem | Data |
Selected Path | The path of the currently selected item, or "" if no selection. | String | .selectedPath | Data |
Selection Mode | What kind of selection regions does the tree allow. Options are Single, Multiple - Contiguous, and Multiple - Discontiguous. | int | .selectionMode | Behavior |
Separation Character | The separation character for the path. | String | .separationCharacter | Behavior |
Show Root Handles | Whether or not to show handles next to parent nodes. | boolean | .showRootHandles | Appearance |
Visible | If disabled, the component will be hidden. | boolean | .visible | Common |
Deprecated Properties |
Data Quality | The data quality code for any Tag bindings on this component. | int | .dataQuality | Deprecated |