I have a LayoutControl which contains LayoutControlExpanderGroup-Controls.
The LayoutControl's vertical space is set to a certain height but the content overflows that. As a result, a scrollbar is displayed - which is the desired behavior.
The problem is that when the mouse pointer is over the content of a LayoutControlExpanderGroup control, scrolling with the mouse wheel does not work anymore.
When the mouse pointer is over the header of a LayoutControlExpanderGroup, it works though.
I guess the Scrollviewer in the LayoutControlExpanderGroup control "steals" the mouse wheel event? Is there any way to fix that behavior?