hacka87
6 years agoContributor
How to Scroll in a Xamarin.Forms.ListVIew ?
Hello !
I am trying to scroll to the bottom of the ListView.
Using the TouchItemXY(index, X, Y) automatically scrolls to the item specified by the index.
There is one case when the Scroll is done, but the Item cannot be touched. The error is "Could not touch the point at (-2, -2) because it is out of the control bounds".
Do you know how to use the ScrollTo(System.Object Item, Xamarin.Forms.ScrollToPosition position, boolean animated); method on listview?
Best Regards,