@JeremyBoyd.5439 - not that I am aware of. If it is an option look to the native controls that Xamarin Forms uses to see if there is an option on there. If so, then you could write a custom renderer for each. However I can't seem to find anything for the Android ScrollView from a quick Google. Its not looking hopeful.
Answers
@JeremyBoyd.5439 - not that I am aware of. If it is an option look to the native controls that Xamarin Forms uses to see if there is an option on there. If so, then you could write a custom renderer for each. However I can't seem to find anything for the Android ScrollView from a quick Google. Its not looking hopeful.
You can write a custom renderer. On android, I use this:
However, it currently seems to only be working for vertically scrolling scrollViews
You can also prevent horizontal overscrolling by adding this to the custom renderer on Android: