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