thoughtbot / expandable-recycler-view

Custom Android RecyclerViewAdapters that collapse and expand

Home Page:https://robots.thoughtbot.com/introducing-expandablerecyclerview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to scroll to bottom when the group is clicked, so that all the items in the group are visible?

zxnaresh opened this issue · comments

You can do this
if lastPosition
smoothScroll(groupPosition+childcount)