roubachof / Sharpnado.CollectionView

A performant list view supporting: grid, horizontal and vertical layout, drag and drop, and reveal animations.
The Unlicense
244 stars 30 forks source link

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

Open MAST1999 opened 2 years ago

MAST1999 commented 2 years ago

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 commented 2 years ago

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