When the mouse wheel is scrolled over the RadTreeView the parent ScrollViewer does not scroll.
Is there an easy way to change this behavior that I'm missing (or a hard way for that matter)?
Ed
2 Answers, 1 is accepted
0
Tina Stancheva
Telerik team
answered on 10 Jan 2013, 10:29 AM
Hello Edward,
The RadTreeView control has a built-in ScrollViewer that wraps its children and it is designed to work with the mouse-wheel scrolling behavior out-of-the-box. This is why it isn't recommended to wrap the RadTreeView in yet another ScrollViewer. Instead please use the built-in one.
Also, please note that the built-in RadTreeView ScrollBars will be displayed as soon as the control detects it needs more space to fully display its items. But in case you need to manually set the visibility of the ScrollBars and display them at all times, you can follow the steps outlined in this tutorial.