product caption

Keyboard Support

Run example in: C# VB.NET



Keyboard support:
Personal Folders
Deleted Items (6)
Drafts
Inbox (14)
Invoices
Junk E-mail
Outbox
Sent Items
Search Folders
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