I was wondeirng if its possible to turn off the treeview's scrollviewer easily. I have a user controil with a grid and one of the cells has a few treeviews inside of a stackpanel. the height of the control sizes automatically depending on the height of the treeviews, so there is no need for a scrollbar. The problem is i have a bunch of these in a listbnopx with its own scrollviewer, but when i am using the mouse wheel, scrolling stops when you are over a treeview. this is because the treeview has its own scrollviewer which steals the mousewheel.
I know this is probably possible by overriding the control template, but im hoping there is an easier way.