I am developing a Windows Phone application which is relying on the Hold Gesture to begin doing a specific task. The problem is that the default amount of time that has to pass before the Hold Gesture is triggered, is 1 second.
Is there any way that I can change this setting to be 1/2 a second? I understand that I can handle the MouseOver event and add a timer which then fires off my task but I would like to avoid doing this if at all possible.
By the way, I can use either Windows Phone SDK 7.0 or 7.1 for this purpose so there is no limitation there.
it isn’t possible to change the time of the hold-event.
why don’t you use MouseLeftButtonDown for it?
would looke like this