For ListView
one can activate fast scrolling by setting android:ListView.IsFastScrollEnabled="True"
on it. With this option the scrollbar becomes touchable to scroll through large lists fast. Unfortunately this property does not have an effect on CollectionView
. Is there a way to get a similar behavior on it?
Without fast scrolling:
With fast scrolling: