I'm pretty new at programming for Windows Phone and so I decided to code a simple app which should only show some data. Now I wanted to implement a pan gesture: I have two stack panels, one is displayed and with a swipe to the right, the second one Comes in (e.g. like the Whats App emoji menu).
There are a lot of samples. Try this one with using DragDelta and DragCompleted events.