|
Keyboard support:
|
|
|
RadTreeView fully navigable using the keyboard.
1. Focus the treeview using Tab key or Alt+Key combination (TabIndex,
AccessKey properties). In this example TabIndex is set to 1 and access
key to Alt + T
2. Navigate through the nodes using the up / down arrows.
3. Expand/collapse a node using + / - or left / right arrow
4. Select a node using the Enter key.
5. Check / uncheck a node using the Space key
|
Source Code & Description
To enable keyboard support of RadTreeView you have only to
set the TabIndex or AccessKey property.