You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ScrollViewer overscrolls showing black stripes ouside the content bounds when scrolling vertically using the mouse wheel, if IsScrollInertiaEnabled="False".
Steps to reproduce the bug
define a ScrollViewer in WinUI 3 XAML
set IsScrollInertiaEnabled="False"
place a Canvas cantrol with some content larger than the Scrollviewer's dimensions inside the ScrollViewer
scroll vertically using the mouse wheel
Expected behavior
the Scrollviewer scrolls from one edge of the canvas to the other without showing any black stripes outside the canvas bounds.
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.6.3: 1.6.241114003
Windows version
Windows 11 (24H2): Build 26100
Additional context
this behavior is only displayed when using the mouse wheel, scrolling with the scrollbar works as expected.
I've been unable to change it using any XAML commands.
The text was updated successfully, but these errors were encountered:
Describe the bug
ScrollViewer overscrolls showing black stripes ouside the content bounds when scrolling vertically using the mouse wheel, if IsScrollInertiaEnabled="False".
Steps to reproduce the bug
Expected behavior
the Scrollviewer scrolls from one edge of the canvas to the other without showing any black stripes outside the canvas bounds.
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.6.3: 1.6.241114003
Windows version
Windows 11 (24H2): Build 26100
Additional context
this behavior is only displayed when using the mouse wheel, scrolling with the scrollbar works as expected.
I've been unable to change it using any XAML commands.
The text was updated successfully, but these errors were encountered: