Sharpnado.CollectionView icon indicating copy to clipboard operation
Sharpnado.CollectionView copied to clipboard

Is it possible to make the carousel only siwpe one item at a time?

Open MAST1999 opened this issue 3 years ago • 1 comments

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.

MAST1999 avatar Apr 19 '22 08:04 MAST1999

I implemented it but it needs some work. I'll submit a PR after I fix some things.

MAST1999 avatar Apr 20 '22 06:04 MAST1999