Selecting a tree node and navigating the tree
You can select a tree node in the TreeView DataWindow in the
following ways:
-
Use the SelectTreeNode method to select a tree node.
-
Set the Select Node By Mouse property to “true” and then click
a tree node to select it with the mouse.
After you select a tree node in the TreeView DataWindow, you can
navigate the tree using the up, down, left, and right keys.
Use this key |
To do this |
---|---|
Up |
Select a tree node prior to the currently selected |
Down |
Select a tree node next to the currently selected |
Left |
Collapse the currently selected node. If the |
Right |
Expand the currently selected node. If the current |
For detailed information about TreeView DataWindow properties,
methods and events, see DataWindow Reference.