Appearance
|
Font
|
Font of text of this component
|
Background Color
|
The background color of the component.
|
Row Height
|
The height of each row in the tree
|
Show Root Handles
|
Whether or not to show handles next to parent nodes
|
Default Node Background
|
The default background of a node if no background is set
|
defaultBackground
|
|
Color
|
|
expert
|
|
Default Node Foreground
|
The default foreground of a node if no foreground is set
|
defaultForeground
|
|
Color
|
|
expert
|
|
Default Node Border
|
The default border of a node if no border is set
|
defaultBorder
|
|
Border
|
|
expert
|
|
Default Node Selected Background
|
The default selected background of a node if no background is set
|
defaultSelectedBackground
|
|
Color
|
|
expert
|
|
Default Node Selected Foreground
|
The default selected foreground of a node if no foreground is set
|
defaultSelectedForeground
|
|
Color
|
|
expert
|
|
Default Node Selected Border
|
The default selected border of a node if no border is set
|
defaultSelectedBorder
|
|
Border
|
|
expert
|
|
Default Leaf Icon
|
The default leaf icon if no icon is set
|
defaultLeafIconPath
|
|
String
|
|
expert
|
|
Default Open Icon
|
The default open icon if no icon is set
|
defaultOpenIconPath
|
|
String
|
|
expert
|
|
Default Closed Icon
|
The default closed icon if no icon is set
|
defaultClosedIconPath
|
|
String
|
|
expert
|
|
Line Style
|
The tree's line style
|
Antialias
|
Draw with antialias on? Makes text smoother
|
Behavior
|
Separation Character
|
The separation character for the path
|
separationCharacter
|
|
String
|
|
Auto Sort
|
Whether or not to automatically sort the tree
|
Auto Expand
|
If true, the tree will automatically expand the tree structure up to the level specified by Auto Expansion Level.
|
Auto Expansion Level
|
If Auto Expand is true, this is the depth level that will be expanded. Zero means expand-all.
|
autoExpansionLevel
|
|
int
|
|
bindable
|
|
Selection Mode
|
What kind of selection regions does the tree allow.
|
selectionMode
|
|
int
|
|
1
|
Single Selection
|
2
|
Multiple - Contiguous
|
4
|
Multiple - Discontiguous
|
|
|
Common
|
Name
|
The name of this component.
|
Enabled
|
If disabled, a component cannot be used.
|
Visible
|
If disabled, the component will be hidden.
|
Border
|
The border surrounding this component. NOTE that the border is unaffected by rotation.
|
Mouseover Text
|
The text that is displayed in the tooltip which pops up on mouseover of this component.
|
Data
|
Items
|
Contains the items of the tree view
|
Selected Item
|
The index of the currently selected item, or -1 if no selection.
|
selectedItem
|
|
int
|
|
bindable
|
|
Selected Path
|
The path of the currently selected item, or "" if no selection.
|
selectedPath
|
|
String
|
|
bindable
|
|
Data Quality
|
The data quality code for any tag bindings on this component.
|
dataQuality
|
|
int
|
|
bindable | expert
|
|