AndroidStaggeredGrid
AndroidStaggeredGrid copied to clipboard
setSelection does not work.
Expected behavior from a GridView is to change scroll making the item passed to setSelection at the very top. This does not happen, the top item remains at 0.
I am facing this problem, does anyone have solution?
call set selection in the scroll listener?
@Override public void onScroll(final AbsListView view, final int firstVisibleItem, final int visibleItemCount, final int totalItemCount) { staggeredGridView.setSelection(firstVisibleItem); }