This question is locked. New answers and comments are not allowed.
I have a scenario where I have a few RadTreeViews inside a Scrollviewer in Silverlight. When I use a RadTreeView with IsVirtualizing set to false, The mouse Wheel event is bubbled up to the parent control when the RadTreeView gets to the top or bottom of its tree. When I set IsVirtualizing to True, the mouse wheel event bubbles up when I get to the bottom of the tree but not at the top of the tree. Is there a way to get the event to be routed when it gets to the top of the list?
I have a sample project but it seems I'm unable to attach it here.