wpfgesturerecognizer
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...
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...
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...
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...