Is anyone having issues with panning the map using the pen on a Surface Pro?
Using my finger works just fine but when I try to use the Pen it does not respond
The same happens on a Motion Computing device so it is not Surface Pro specific.
John.
Solved! Go to Solution.
We disable panning by default using stylus. To enable panning with stylus you need to set PanOptions.IsStylusEnabled Property to true in MapView.InteractionOptions Property
We disable panning by default using stylus. To enable panning with stylus you need to set PanOptions.IsStylusEnabled Property to true in MapView.InteractionOptions Property
Worked like a charm. Thanks!