In my Android app made with Xamarin.Android
I have a chart that uses OxyPlot.Android
. The chart is a PlotView
and is inside a NestedScrollView
. The chart has pan and zoom enabled, but when I try to pan or zoom, the NestedScrollView
also scrolls.
How do I prevent the NestedScrollView
from scrolling while I touch the PlotView
?