In Xamarin.Android I can scroll automatically at the end of my image:
scrollView.Post(() => scrollView.FullScroll(FocusSearchDirection.Right));
How can I do the same in Xamarin.Forms?
In Xamarin.Android I can scroll automatically at the end of my image:
scrollView.Post(() => scrollView.FullScroll(FocusSearchDirection.Right));
How can I do the same in Xamarin.Forms?