CardStackView icon indicating copy to clipboard operation
CardStackView copied to clipboard

I need a horizontal scroll Inside the card, tried to implement it using recyclerView but it doesn't scroll

Open nehabharti opened this issue 5 years ago • 2 comments

nehabharti avatar Sep 09 '20 08:09 nehabharti

I needed a vertically scrolling recyclerview inside the card and noticed as well that initially it was not scrolling properly. After setting setCanScrollVertical(false) on the CardStackLayoutManager it worked as expected. My guess is that nested scrolling isn't really supported.

mmcwong avatar Sep 29 '21 22:09 mmcwong

@nehabharti @mmcwong this might help you #354

StuStirling avatar Oct 19 '21 16:10 StuStirling