Manually handle up/down keys in RadTreeView
Environment
Product Version | 2018.3.911 |
Product | RadTreeView for WinForms |
Description
It is a common case to override or customize the navigation or other keys that have a specific built-in function. The bellow example shows how you can handle the up/down keys manually.
Solution
To achieve this you need to create a custom RadTreeViewElement and override the ProcessKeyDown method.