product caption
Note: this Quick-Start framework uses regular ASP.NET components, suitable for evaluation on machines without MCMS. This distribution, however, includes special MCMS versions of all components, which have the full functionality of the ASP.NET controls plus some MCMS-specific features. Read More.

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
r.a.d.treeview 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