aspnet-8123-components-tree-list-concepts-focus-and-navigation-keyboard-navigation.md
With the provided keyboard support, the ASPxTreeList’s primary navigation operations (such as accessing the control within the form, moving focus through its nodes, node selection and expanding/collapsing, paging) can be quickly and effectively performed, using a keyboard as an alternative to a pointing device. In addition, enabling keyboard support within the ASPxTreeList helps you more easily create web pages that conform to accessibility guidelines.
To enable keyboard navigation, set the ASPxTreeList’s ASPxTreeList.KeyboardSupport property to true. This activates the following features:
Note
You can use UP/DOWN/LEFT/RIGHT keys to navigate between tree list nodes if the control’s KeyboardSupport option is enabled. However, the control does not allow you to use the mentioned keys for keyboard navigation if the AccessibilityCompliant option is also enabled.