Last Updated:
25 Aug 2023 10:23
by Martin Ivanov
PanelBar: Allow mouse wheel scrolling of the parent ScrollViewer when the mouse is over child RadPanelBarItems and IsScrollViewerInsideItemsEnabled is False
Currently, vertical scrolling with the mouse wheel doesn't work when the mouse is over the child RadPanelBarItems and no scrollbars are displayed for the child items (IsScrollViewerInsideItemsEnabled=False). This happens because they are hosted in a ScrollViewer which handles the MouseWheel event. Make it possible for the mouse wheel to propagate to the parent ScrollViewer.