Bjorn
Bjorn

Reputation: 1

inkcanvas inside scatterview

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

Upvotes: 0

Views: 225

Answers (1)

Robert Levy
Robert Levy

Reputation: 29083

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

Upvotes: 1

Related Questions