0

I want to detect gestures on my scatterview (so not on elements inside the scatterview). I found that the surfaceInkCanvas has some gesture possibilities but how can I put a kind of invisible surfaceinkcanvas inside my scatterview?

Thanx

Bjorn
  • 1
  • 1

1 Answers1

1

SurfaceInkCanvas won't actually do any gesture recognition. There are some gesture related events exposed on it but those are just there because they are on the base class - they aren't actually used

Robert Levy
  • 28,747
  • 6
  • 62
  • 94