TonicArtos / SuperSLiM

A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.
http://tonicartos.nz
2.12k stars 296 forks source link

Does each section of GridSlm involves sticky header ? #139

Closed mtauzhnianskyi closed 9 years ago

mtauzhnianskyi commented 9 years ago

I have a top sticky header with gridding items into 2 columns but some of them should be like one line titles of data sections (not sticky) to separate into groups. I do change layout manager id and section position for these items for LinearSLM.id and new section position accordingly. But it seems new section perceived with sticky header. Is there any way to use sections without sticky?