Sharpnado.CollectionView
Sharpnado.CollectionView copied to clipboard
Is it possible to make the carousel only siwpe one item at a time?
I'm trying to implement an image viewer where users can only swipe one image at a time like Xamarin's CarouselView's SnapPointsType="MandatorySingle" (I can't use it because of some bugs). I can't find a way to do it with the current Carousel. Is there a way to implement this? If there is a way I'm willing to work on it, I just need some directions.
I implemented it but it needs some work. I'll submit a PR after I fix some things.