UWP DataGrid Scrollbar Issue: Unable to Scroll Using Touch on Touch Screen Devices #4987
Unanswered
hardikrathod16
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm developing a UWP app and I'm utilizing the DataGrid control from Microsoft.Toolkit.Uwp.UI.Controls to display data. While I can scroll using the mouse using both the scrollbar and its buttons, on a touch screen device, I can only scroll via finger gestures, and touching the scrollbar buttons or tracker does not work.
I am using a custom style for the scrollbar, but the issue persists even when reverting to the default style.
below is my custom style for scrollbar.
How can I enable scrolling with the up and down buttons and tracker on touch devices?
Any insights or solutions would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions