
Scroll to any item in your Xamarin.Forms CollectionView from your ViewModel
If you are working with collections in your app, chances are high you are going to want (or need) to scroll to a specific item at some point. CollectionView has the ScrollTo method that allows you ...