Daily Archives: October 30, 2014

2 Using the Xamarin.Forms 1.3.0 ListView.ScrollTo Method

Xamarin.Forms v1.3.0 has a really great addition which allows us to scroll to a specific location within a ListView. ScrollTo works by performing a linear search for an individual item, or an individual item within a specified group. There are two variations: ScrollTo(object, ScrollToPosition, bool) Scrolls the ListView to the item. object is an item […]

Continue reading