Namespace: PP.Ui;
The TreeListSelectionMode enumeration contains tree element selection modes.
It is used by the following properties and methods:
Value |
Brief description |
ControlShiftMultiSelect |
Holding down the SHIFT or CTRL key executes multiple selection, navigating the elements resets the selection and selects the focused element. |
DragMultiSelect |
Multiple selection is executed on selecting an element or on holding down the CHIFT or CTRL key, navigating the elements does not reset the selection. Holding down the CTRL key adds all child elements to a selection. When the context menu is opened, the element is focused but not selected. |
MultiSelect |
Multiple selection is executed when an element is selected, navigating the elements does not reset selection. Holding down the CTRL key adds all child elements to a selection. When the context menu is opened, the element is focused but not selected. |
SingleSelect |
Single selection of items. Focused element is always selected. |
See also: