AndreiMisiukevich / CardView

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

Android: CarouselView - Allow scrollable content #393

Closed InquisitorJax closed 2 years ago

InquisitorJax commented 3 years ago

Perhaps this is already possible with a property? iOS: If I add a horizontal ScrollView with content, iOS allows the content to be scrolled: iosChildScroll

.. but for Android, I'm not able to scroll the header ScrollView: droidChildScroll

Sample repro repo here using the Nested CarouselView page: https://github.com/InquisitorJax/CardView

AndreiMisiukevich commented 3 years ago

Hm, try to set ShouldThrottlePanInrwraction to True

InquisitorJax commented 3 years ago

that allows the header scrollview to scroll, but then the nested CarouselView can only pan within itself - the parent carousel cannot swipe to item 2.

AndreiMisiukevich commented 3 years ago

Got it) I think such kind of layout is quite complex, I am not sure it will be possible to implement that (at least I don't know for now)

InquisitorJax commented 3 years ago

yeah - I'm thinking these types of scenarios is where one should lean more on the native controls like the ViewPager + Adapter that support this kind of thing more easily (at least I think they do 🤷‍♀️).

AndreiMisiukevich commented 2 years ago

Sorry, I don't think it will be ever implemented