Search code examples
windows-phonescrollviewergesturessimultaneous

Moving two different scrollviewers at the same time with two fingers


I have two different scrollviewers and I want to be able to manipulate with both at the same time. I draw the situation on the link beneath:

https://i.sstatic.net/ZaOuC.png

Somehow my phone can detect only one finger at a time. How do I change this?


Solution

  • You need to look at the XNA api's (i.e. what the game dev's use) to do this sort of thing.