# Navigate Nodes

This topic provides information about navigating nodes via mouse and keyboard.

## Content



TreeView supports both mouse and keyboard navigation of nodes.

### Mouse Navigation

The following table lists the actions and the corresponding Mouse commands for navigating nodes in TreeView:

| **Action** | **Mouse Command** |
| --- | --- |
| Expand a node | Click on the plus sign at the left of the node's name. |
| Collapse a node | Click on the minus sign at the left of the node's name. |
| Select a node | Click on the node's name. |

### Keyboard Navigation

The following table describes the actions and their associated keys to use when navigating nodes in TreeView:

| **Action** | **Keyboard Command** |
| --- | --- |
| Move up a node | Up Arrow Key |
| Move down a node | Down Arrow Key |
| Select multiple nodes | MOUSE + CTRL (distributed selection) / MOUSE + SHIFT (Continuous selection) |
| Move focus to the first node | Page Up/ Home |
| Move focus to the last node | Page Down/ End |