TonicArtos / StickyGridHeaders

This project has been superseded by SuperSLiM, a layout manager for RecyclerView. I strongly recommend using SuperSLiM and not StickyGridHeaders.
http://tonicartos.com
Apache License 2.0
1.47k stars 442 forks source link

Scroll to position #48

Closed erdemolkun closed 6 years ago

erdemolkun commented 11 years ago

If I want to scroll to any gridview item using gridView.setSelection(scrolToIndex); position goes to some item unrelated with it.

riverandroid commented 8 years ago

I got the same issue,can you resolved it?