maurycyw / StaggeredGridView

A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.

Home Page:https://github.com/maurycyw/StaggeredGridViewDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No means to scroll to a specific item by code

ubuntudroid opened this issue · comments

There seems to be no way to scroll the StaggeredGridView to a specific item by code. Using scrollBy() results in a completely broken and misbehaving View (as described in #25 ). This renders this great little library useless for many use cases.