Navigating Trees

The Navigator, Explorer Views, and Tree Views in PROLIN Smart Client all use tree structures for navigation. You can interact with these trees using three main methods:

The Navigation Tree

🖱️ Using the Mouse

To expand or collapse branches:

  • Click the expand sign (>) to expand a branch.
  • Click the collapse sign (v) to collapse a branch.

⌨️ Using the Keyboard

Use these keys for precise control over tree navigation:

  • Numeric Key + – Expand current selection
  • Numeric Key - – Collapse current selection
  • Right Arrow – Expand current node or select its first child
  • Left Arrow – Collapse current node or select its parent
  • Down Arrow – Move to the next item
  • Up Arrow – Move to the previous item

Back to top