在Xamarin.Android中,我可以在图像的末尾自动滚动:
scrollView.Post(() => scrollView.FullScroll(FocusSearchDirection.Right));
我怎样才能在Xamarin.Forms中做同样的事情?
答案 0 :(得分:4)
ScrollView
有两种方法可以实现这一目标:
public Task ScrollToAsync (double x, double y, bool animated)
public Task ScrollToAsync (Element element, ScrollToPosition position, bool animated)
https://developer.xamarin.com/api/type/Xamarin.Forms.ScrollView/#Public_Methods
答案 1 :(得分:3)
在ListView中,您可以使用ScrollTo,在ScrollView中,您可以使用ScrollToAsync作为职位或ScrollToAsync for a element