maurycyw / StaggeredGridView

A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.
https://github.com/maurycyw/StaggeredGridViewDemo
1.64k stars 664 forks source link

No SetSelection(int index) method #93

Open plabon opened 10 years ago

plabon commented 10 years ago

I want to scroll the grid to a specific position. But there is no such method in current implementation. Please suggest me any solution.

Seema-Android commented 9 years ago

Hi Plabon

You got any way to scroll to particular position? I mean have you found way to get first visible item position and scrolling grid to that particular position.

scola commented 9 years ago

I also need this function