alexrainman / CarouselView

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

[Enhancement] Fire PositionSelected event earlier #567

Closed SymxnCreator closed 3 years ago

SymxnCreator commented 4 years ago

Hi there,

It is currently the case that PositionSelected is changed as soon as you swipe back and forth between the items. But if you let go while swiping, PositionSelected is only changed as soon as the animation has ended.

Can you fire PositionSelected once released and not when the swipe animation has ended?

alexrainman commented 4 years ago

It cannot be done because of limitations of the platform specific controls.