Hi,
I have a view that contains a lot of fields and controls one of which is a TreeviewAdv control.
I put all the controls in a ScrollViewer control so that i will only have one scroll bar displaying when the content grows long. I noticed that anywhere outside the TreeviewAdv, mouse scroll works fine. But, if my mouse pointer is on top of the TreeviewAdv, my ScrollViewer control would no longer respond to it.
Same case will happen if GridView is used. To workaround/fix it, the ScrollView inside the GridView's template must be removed. I saw in the TreeviewAdv's template that it also has ScrollViewers (& scrollbars) inside it.
Would removing the ScrollViewers (& scrollbars) would work? If so, how is the best these should be removed? If not, how can i make the View respond to the MouseScroll when the mouse pointer is on top of the TreeViewAdv.
Hoping for your response.
Regards,
Clint