Open harmittaa opened 4 years ago
@harmittaa . Hey Did you find a solution for this?
@Vignesh150493 unfortunately not.
@harmittaa Maybe we can re-open the issue, to see if someone helps?
@Vignesh150493 sure. Please also report back if you figure it out
Hey! Thanks for the great library, it's a pleasure to use.
However, I've not yet figured out how to create nested horizontal RecyclerViews with sticky headers in each.
I have tried the following:
The above works for creating the nested horizontal RecyclerViews (RV). However, the
StickyHeaderCallbacks
are only made for each carousel row, which is fine if a whole row should be stickied when scrolling vertically. In my case only the first item of each row should be stickied when scrolling horizontally.I've already implemented this with normal RecyclerView, below is a screenshot that hopefully helps to visualize the issue.
Any tips are highly appreciated!