wpfgesturerecognizer icon indicating copy to clipboard operation
wpfgesturerecognizer copied to clipboard

The WPFGestureRecognizer is a library for .net framework applications based on WPF to wrap around UIElement's manipulation API, digesting and processing the events into gestures (swipes, taps, multi-t...

Results 4 wpfgesturerecognizer issues
Sort by recently updated
recently updated
newest added

Can it is possible to change the behavior of gesture library such that the swipe is triggered after an amount of drag is detected. Right now, you have to drag...

enhancement

Does this library support Mouse Operations as Touch events?

enhancement

Hopefully this is not outside the scope of the project. In my mind, this project should support manipulation of the element capturing the gesture. I think most, if not all...

enhancement

Simple implementation that allows your "swipes" to translate, rotate, or zoom the attached `UIElement`. `ScrollViewer` supports translation of the `HorizontalOffset` and `VerticalOffset` properties. Arbitrary `UIElement`s support rotate, zoom, and translate...