alexrainman / CarouselView

CarouselView control for Xamarin Forms
MIT License
436 stars 178 forks source link

[Bug?] Scolled event is only triggered when swiping manually #578

Open Symxn opened 4 years ago

Symxn commented 4 years ago

Hey, i like your control but I have a little note:

The scrolled event is only triggered if the user swipes back and forth manually. But not when the user stops swiping and the animation returns the element to the correct position. Can you please change that? :)

alexrainman commented 3 years ago

Which animation are you referring?

chaoyebugao commented 3 years ago

Yes. If you scroll to 50% (center screen,just an example data) and lift finger, then the view still scroll but the scrolled event won't trigger, some how I won't able to know the view's actual scroll state. Only in Android by the way.