0

Disable Pan Gesture Xamarin for Scrolling

Grzegorz Bojarczuk 8 years ago updated by Sebastian Przygoda 6 years ago 1

I am trying to disable Pan gesture in Oxy Plot View. I've set IsPanEbabled for both my axes to false. There is no movement of a plot but I cannot scroll also. I also tried to Clear all Gesture recognizers, but it doesn't help. Is there a way to be able to scroll the whole page while panning on the plot?

Hi, I had similar issue. I put OxyPlot PlotView into ScrollView and couldn't scroll it until I set plotView.isEnabled to false