0

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).

Cœur
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

0

There are a lot of samples. Try this one with using DragDelta and DragCompleted events.

crea7or
  • 4,421
  • 2
  • 26
  • 37