Back to Devexpress

Selecting Multiple Nodes

wpf-10738-controls-and-libraries-tree-list-end-user-capabilities-selecting-multiple-nodes.md

latest1.1 KB
Original Source

Selecting Multiple Nodes

  • Jun 07, 2019

The following mouse actions and keyboard shortcuts can be used by end-users to select nodes.

ActionEffect
Clicking a node while holding the CTRL key pressedToggles the node’s selected state while preserving the previous selection.
Pressing the CTRL+ARROW KEY combinationEnables users to move cell focus while preserving the current selection.
Clicking a node holding the SHIFT key pressedSelects all nodes between the clicked node and the previously focused node/nodes. The previous selection is cleared.
Pressing the SHIFT+UP/SHIFT+DOWN key combinations repeatedlyEnables end-users to select a continuous range of nodes. When starting such operations, the previous selection is cleared.
Clicking a node while holding the CTRL and SHIFT keys pressedSelects the range of nodes between the one clicked and those previously focused. The previous selection is preserved.
Pressing the CTRL+SHIFT+UP/CTRL+SHIFT+DOWN key combinationsEnables end-users to select a continuous range of nodes. The previous selection is preserved.