AndreiMisiukevich / CardView

CardsView | CarouselView | CoverflowView | CubeView for Xamarin.Forms
MIT License
710 stars 114 forks source link

CoverFlow with more than 3 items visible #400

Closed bcaceiro closed 2 years ago

bcaceiro commented 2 years ago

Hi! Is it possible to adjust the coverFlow to show, for example 5 items? I have a coverflow in a landscape app, and would like to show 5 items instead of only 3 at a time, and maintain the animation etc.

AndreiMisiukevich commented 2 years ago

Hi) Yes, that's possible. BackViewDepth should be set to 3 and probably something else) need to check

AndreiMisiukevich commented 2 years ago

But it won't work as you expect anyway. It won't be possible to scroll from element 1 to element 3 with one gesture. You will have to scroll to element 2, release finger and then again scroll to element 3. I don't think that's what you want

AndreiMisiukevich commented 2 years ago

So, yeah, it would be better to say that it's not possible, unfortunately.

Or as I said set BackViewDepth = 3 And set PositionShiftValue = 315 And Item Margin ="160, 0"

image