Search code examples
windows-phone-7controlsslidermulti-touchsametime

Multitouch (not gestures!) does not work on Windows Phone devices?


I read something about it, the standards controls (buttons, etc) do not support multitouch, you can only use one control at a time. I need to use two sliders or drag drops at the same time, among other things, any idea how to do this? I actually have to create the 0? How to work with Touch.FrameReported? It works equally DeltaManipulation?


Solution

  • Controls on the phone have the concept of focus. Only one control can have focus at a time. Some controls support multi-touch interaction some do not. It is not posisble to interact with multiple controls at the same time.

    If you need to allow the user to manipulate multiple controls at the same time you will have to create your own, new, control which mimics this behavior.