Questions tagged [manipulationdelta]
6 questions
3
votes
1 answer
Problems intercepting ManipulationDelta in WP8.1
I just got started with an app for WP8.1, and encounter a problem with intercepting touch move events while leaving the original event treatment in place.
What I want to do is the following:
I have a ListView in a StackPanel in a ScrollViewer in a…

TheEye
- 9,280
- 2
- 42
- 58
2
votes
0 answers
Manipulation Events not firing on webBrowser control
I want ManipulationDelta event to fire when I touch(multi-touch) on the webpage opened in a WPF application using webBrowser control . But Manipulation events are not firing.
Xaml:

Akansha
- 933
- 7
- 18
1
vote
1 answer
Overriding Manipulation Delta of user control
I have a user control which moves with my finger movement.The user control has its own manipulation delta set.
My problem is , when My finger is on the user control and I am trying to move it up , I am having lag because it is not moving up with my…

Apoorv
- 2,023
- 1
- 19
- 42
0
votes
1 answer
UIElement.ManipulationDelta only Triggers Once on C# WPF
I want to implement an UI for finger controling, in WPF C# .Net framework, VS2019.
ManipulationDelta event is added on a Rectangle and it supposed to work continiously. But when I test it, it triggered only once at the moment I tapped(touch down).…

nfszero
- 1
- 1
0
votes
2 answers
WPF - Touch manipulation problem when translate after a rotation
I have a problem with object transformations via Manipulation events, more precisely matrix.
Problem: After a first successfull rotation/scale/translation of my object(btw: a Rectangle), the second manipulation (a translation in this case) will move…

PhilSnap
- 3
- 4
0
votes
1 answer
Rotating a border with ManipulationDelta Event UWP
I would like to rotate the border with inertia. Where do I leave something out?
MainPage.xaml:

Jimmy
- 45
- 5