[Skia] DataGrid
VerticalScrollBar
inverted, slow, and jerky when scrolling with mouse
#9068
Labels
area/performance 📈
Categorizes an issue or PR as relevant to performance
area/scrollviewer ⏬
Categorizes an issue or PR as relevant to ScrollViewer
area/skia ✏️
Categorizes an issue or PR as relevant to Skia
area/windows-community-toolkit 🎚️
Categorizes an issue or PR as relevant to the Windows Community Toolkit
difficulty/medium 🤔
Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI
kind/bug
Something isn't working
project/items 🧾
Categorizes an issue or PR as relevant to items (ItemsControl, ItemsRepeater, ...)
project/pointers 🖱️
Categorizes an issue or PR as relevant to mouse/touch/pen pointers
triage/needs-information
Indicates an issue needs more information in order to work on it.
Current behavior
In WPF the VerticalScrollBar is inverted (up is down and down is up), slow, and jerks when using a mouse. UWP does not do this. Attached project is reused from another ticket.
DataGridResizeIncorrect.zip
Expected behavior
VerticalScrollBar to function similarly to UWP's implementation.
How to reproduce it (as minimally and precisely as possible)
-Make Project
-Add Datagrid
-Enable VerticalScrollBar
-Try scrolling with mouse
Workaround
n/a
Works on UWP/WinUI
Yes
Environment
Uno.UI / Uno.UI.WebAssembly / Uno.UI.Skia
NuGet package version(s)
WPF:
PackageReference Include="Uno.UI.Skia.Wpf" Version="4.1.8"
PackageReference Include="Uno.UI.RemoteControl" Version="4.1.8" Condition="'$(Configuration)'=='Debug'" />
PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="4.1.8"
PackageReference Include="Uno.Microsoft.Toolkit" Version="7.1.11"
PackageReference Include="Uno.Microsoft.Toolkit.Uwp" Version="7.1.11"
PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI" Version="7.1.11"
PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI.Controls" Version="7.1.11"
PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI.Controls.DataGrid" Version="7.1.11"
PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI.Controls.Layout" Version="7.1.11"
WPF Host:
PackageReference Include="Uno.UI.Skia.Wpf" Version="4.1.8"
PackageReference Include="Uno.UI.RemoteControl" Version="4.1.8" Condition="'$(Configuration)'=='Debug'"
PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="4.1.8"
Affected platforms
Skia (WPF)
IDE
Visual Studio 2022
IDE version
17.0.4
Relevant plugins
No response
Anything else we need to know?
Still occurs with latest dev release.
The text was updated successfully, but these errors were encountered: