AndreiMisiukevich / CardView

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

I put the carousel view in a horizontal scrollview and since the horizontalorientation is false on the carousel view it won't let me scroll left and right #423

Closed brettnguyen closed 1 year ago

brettnguyen commented 1 year ago

how can I fix this. it seems to only be on iOS

AndreiMisiukevich commented 1 year ago

Hi Brett Sorry to hear that you are running into an issue with the package. Honestly speaking, this control was never designed to work with so complex scenarios. I really don't know what can help you.

Maybe try to set OppositePanDirectionDisablingThreshold to 0

brettnguyen commented 1 year ago

I’ll try this out but is there any chance you can point me in the direction of the logic you have for itemappearing and itemdisappearing so I can attempt to create my own custom carouselview for my project?

On Wed, May 17, 2023 at 8:17 PM Andrei @.***> wrote:

Hi Brett Sorry to hear that you are running into an issue with the package. Honestly speaking, this control was never designed to work with so complex scenarios. I really don't know what can help you.

Maybe try to set OppositePanDirectionDisablingThreshold to 0

— Reply to this email directly, view it on GitHub https://github.com/AndreiMisiukevich/CardView/issues/423#issuecomment-1552241852, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASPZCY4XA2VKAU6DPAFQKHTXGVTDHANCNFSM6AAAAAAYFXAUS4 . You are receiving this because you authored the thread.Message ID: @.***>

AndreiMisiukevich commented 1 year ago

@brettnguyen since this is an open-source library. The entire code is open :) Everything you need is in this file https://github.com/AndreiMisiukevich/CardView/blob/master/PanCardView/CardsView.cs

AndreiMisiukevich commented 1 year ago

I don't think this will be ever fixed unless someone wants to contribute