When scroll and the header reaches the top, it disappears ``` adapter.layoutManager = StaggeredGridLayoutManager(...) adapter.setDisplayHeadersAtStartUp(true) adapter.setStickyHeaders(true) ```
When scroll and the header reaches the top, it disappears