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
There is no easy way to detect a swipe interaction in UWP.
Describe the solution
I think a Behavior could make this much easier. I have created a SwipeTriggerBehavior for this. A demo app including the source and video can be found in this repository.
Describe the problem this feature would solve
There is no easy way to detect a swipe interaction in UWP.
Describe the solution
I think a Behavior could make this much easier. I have created a SwipeTriggerBehavior for this. A demo app including the source and video can be found in this repository.
Maybe this is useful for the toolkit.