alexrainman / CarouselView

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

[Enhancement]Scrolled event not smooth enough and not ended with 100% #572

Closed chaoyebugao closed 3 years ago

chaoyebugao commented 4 years ago

Xamarin.Form:4.6.0.772 Platform:Android 8.0 API 26 Model: Samsung SM-G9350

With one swipe scoll happened, Scrolled event's args ScrolledEventArgs return only some "samples" data. very discontinuous and not complete all. Below is an whole output of a swipe scolling completion percentage[e.NewValue], no begining (0%), no ending(100%), just 4 times call back:

[0:] 5%
[0:] 5%
[0:] 39%
[0:] 39%

I think Scrolled event can provide a smooth call back, and completion.