CollectionView.ScrollTo
Method has the following overloads
ScrollTo(Int32, Int32, ScrollToPosition, Boolean)
ScrollTo(Object, Object, ScrollToPosition, Boolean)
So you need to pass the index or model of the item that you want to scrolol to .
For example
View.CollectionView.ScrollTo(0);
For more details you could check docs
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…