tp7309 / flutter_sticky_and_expandable_list

粘性头部与分组列表Sliver实现 Build a grouped list, which support expand/collapse section and sticky headers, support use it with sliver widget.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stop scrolling items up at end of list

maliavinash opened this issue · comments

I have created ExpandableListView with header and have only 4 items in each section. If I collapse all sections and scroll up the list still scroll up and hide above sections below header.

could you give me some example?

Sorry I was implementing it wrong way. Solved issue.