Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 91519

Detect if listview or collectionview is srolling by user

$
0
0

Is there any way to detect if listview or collectionview is scrolling by user and not from ScrollTo method?

I am using ScrollTo as the example below:
colViewCategories.ScrollTo(categoryItem, null, ScrollToPosition.Center, true);

Or if i can disable Scrolled Event till ScrollTo Method will stop to scroll.


Viewing all articles
Browse latest Browse all 91519

Trending Articles