AndreiMisiukevich / CardView

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

CoverFlowView strange behaviour #390

Closed morpheusweb closed 3 years ago

morpheusweb commented 3 years ago

Hello. randomly, the coverflowview instead of scrolling horizontally smoothly produces an effect as shown in the figure. the code used is placed at the bottom. See attached image for behaviour

Thank you Carmelo

Code:

<panCardView:CoverFlowView ItemsSource="{Binding MonthlyPicks, Mode=OneWay}" PositionShiftValue="90" IsCyclical="True" Padding="30, 0,30,0"
BackgroundColor="{StaticResource White}" ItemSwiped="CardsView_OnItemSwiped" OppositePanDirectionDisablingThreshold="1">

![coverflowview](https://user-images.githubusercontent.com/76620588/120765468-8881e300-c519-11eb-8dac-44d2d2f9e3f1.png)
AndreiMisiukevich commented 3 years ago

Maybe try to remove OppositePanDirectionDisablingThreshold="1" Also, ItemSwiped that's not what you think. You should use ItemAppearing

AndreiMisiukevich commented 3 years ago

I can't reproduce it without a sample. I guess there is an issue somewhere on your side.