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
@vchelaru
After looking into it, I don't believe touch gesture scrolling is supported in WPF controls, and that the vertical scroll works because the touch gesture is translated into a MouseWheel event, high precision touchpads make this even more noticable.
This shows the scrolling in the TreeView next to how fast scrolling happens in Chrome:
Note that the DataUiGrid also has the same problem in case this is global issue.
The text was updated successfully, but these errors were encountered: