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 |
|
Down |
Select a tree node next to the currently |
|
Left |
Collapse the currently selected node. |
|
Right |
Expand the currently selected node. If |
For detailed information about TreeView DataWindow properties,
methods and events, see the DataWindow Reference or
the online Help.