Rob,
I am having some trouble getting this to work. There is a specific time that I want to pass the gesture and I basically control that by a ToggleButton. So I would check the state of the ToggleButton instead of using InDisableScrollViewerRegion. I have a
Canvas inside of a ScrollView. Since I am using a ScrollView I disable scrolling the normal way:
ScrollView.VerticalScrollMode = ScrollMode.Disabled;
ScrollView.HorizontalScrollMode = ScrollMode.Disabled;
Would your OnPointerPressed code be for the Canvas or ScrollView? Fyi, my goal is to be able to draw on the canvas using the stylus when the ToggleButton is unchecked and using touch when it is checked. It's currently working fine with the stylus.
Also, I have a lot going on in PointerMoved and PointerReleased. Does this require anything different?
Thanks,
nol_b
(aka nol__b when I'm at work)