简体   繁体   中英

Sticky Header Listview section is running position and missing

As you can see the Section Header is running when I scroll the listview. What is the problem?

private void Setup() {
    groupListView.setDrawingListUnderStickyHeader(true);

    groupListView.setAreHeadersSticky(true);
}

Problem fixed.

I updated my library to latest build and now it works.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM