is there any touch event as like Mouse Wheel event

Magesh Sankar 31 Reputation points
2020-06-02T13:34:59.24+00:00

I have an custom items control , i need to scroll items control to certain distance based on touch scroll action. MouseWheel event continuous triggers based on mouse wheel distance value. I need same in Touch scroll, is there any event to do same like Mouse Wheel.

Expectation: I need any touch event continuous triggers after completing touch swipe action aslike mouse wheel event.

Note: I dont want to use scrollviewer

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,663 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. DaisyTian-1203 11,616 Reputation points
    2020-06-03T03:00:37.853+00:00

    Welcome to our Microsoft Q&A platform!

    You could try Stylus.StylusMove Event which occurs when the stylus moves while it is touching the tablet.When your fingers touch the tablet, the events can always be triggered.

    0 comments No comments