| AddBitmap / AddIcon |
add images to the internal image list (required if you want to display icons) |
| AddNode |
add a new node |
| BackColor / ForeColor / BorderColor / LineColor / InsertMarkColor |
colors |
| CheckBoxes |
Display checkboxes on nodes |
| CheckChildren |
Checks all children of a given node |
| Clear |
Clears the treeview |
| Collapse / Expand |
Collapses / Expands a certain node |
| DeleteNode |
Deletes a given node |
| EnsureVisible |
Ensures that a certain node is visible |
| FullRowSelect |
Should the selection act on the entire row? |
| GetKeyNode |
Gives the node by a key |
| GetNodeKey |
Gives the node key |
| HasButtons / HasLines / HasRootLines |
Has this node buttons/lines? |
| HideSelection |
Hide the selection when the control loses the focus? |
| HitTest |
Gives a node by the X,Y coordinates |
| IsValidKey |
Returns true if the key is valid |
| LabelEdit |
Set if the treeview supports label edit |
| NodeBold |
Sets/Gets fonts of the given node |
| NodeChecked |
Checks/Unchecks the given node |
| NodeChild |
Gives a child of a given node |
| NodeCount |
Gives the count of internal nodes |
| NodeExpanded |
Checks if a node is expanded |
| NodeFirstVisible / NodeLastVisible |
Gives the first and last visible node in the view |
| NodeFullPath |
Gives the fullpath of a given node |
| NodeGhosted |
Sets/Gets the node appearance |
| NodeHilited |
Highligh the node |
| NodeImage / NodeSelectedImage |
Node Image |
| NodeLevel |
Gives the level of a node |
| NodeParent |
Gives the parent of a node |
| NodePlusMinusButton |
Sets/Gets the node button |
| NodePrevious / NodeNext |
Gives the previous/next node |
| NodeRoot |
Returns the handle of the root node |
| NodeTag |
Sets/Gets the node tag |
| NodeText |
Sets/Gets the node text |
| NodeVisible |
Checks if a node is visible |
| Scroll |
Scrolls the control |
| SelectedNode |
Sets/Gets the selected node |
| SetRedrawMode |
Lock/Unlock the paint of control when you need to make a long-time update on it |
| SortChildren |
Sorts children of a certain node |
| StartLabelEdit / EndLabelEdit |
Edit a certain node label |