Every time I try to call ScrollView.ScrollToAsync() I get this run time exception:
System.MissingMethodException: Method 'ScrollView.ScrollToAsync' not found.
I'm not sure how my code compiles if the method doesn't exist? I can F12 to ScrollToAsync. It seems to take me to some kind of interface.
This is how I call it:
MultiQuestionScroll.ScrollToAsync(0, 10, true);
I upgraded Xamarin Forms to 2.0.0.6490, but I still get his problem.