expandable-recycler-view icon indicating copy to clipboard operation
expandable-recycler-view copied to clipboard

Is it possible to pin parents to the top?

Open jubby2000 opened this issue 8 years ago • 1 comments

I have a longer parent/child list, and I thought it would make sense to pin the parent to the top on expansion, until scrolling occurs past that position, at which time it will be replaced by the next one, etc. Is this possible?

A a b c B

upon scroll would look like

A c B

jubby2000 avatar Sep 13 '16 15:09 jubby2000

Very cool idea @jubby2000, it would be possible but not currently implemented in this library. It would be a mix of something like https://github.com/bgogetap/StickyHeaders and this library. Currently we are focused on improving the expand/collapse side of things so I don't think it'll something we have time to work on just yet.

paul-turner avatar Sep 19 '16 18:09 paul-turner