Bug explanation
the attached property materialDesign:ScrollViewerAssist.BubbleVerticalScroll is not supported for the following types:
DataGrid
ListBox
ListView
TreeView
materialDesign:TreeListView
Support for these controls would be especially useful in nested scrolling scenarios, such as a DataGrid hosted inside a ScrollViewer.
At the moment, when the mouse cursor is hovering over the inner control, vertical scrolling of the parent ScrollViewer is blocked - even if the inner control itself is not scrollable (for example because it only contains a few items and its own ScrollViewer is not active/visible). This results in a degraded UX, as users are unable to continue scrolling the surrounding content unless they move the cursor outside the control first.
Version
5.3.2
Bug explanation
the attached property
materialDesign:ScrollViewerAssist.BubbleVerticalScrollis not supported for the following types:DataGridListBoxListViewTreeViewmaterialDesign:TreeListViewSupport for these controls would be especially useful in nested scrolling scenarios, such as a
DataGridhosted inside aScrollViewer.At the moment, when the mouse cursor is hovering over the inner control, vertical scrolling of the parent
ScrollVieweris blocked - even if the inner control itself is not scrollable (for example because it only contains a few items and its ownScrollVieweris not active/visible). This results in a degraded UX, as users are unable to continue scrolling the surrounding content unless they move the cursor outside the control first.Version
5.3.2