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.