You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@OverRide
public void onScroll(final AbsListView view, final int firstVisibleItem, final int visibleItemCount, final int totalItemCount) {
staggeredGridView.setSelection(firstVisibleItem);
}
Expected behavior from a
GridView
is to change scroll making the item passed tosetSelection
at the very top. This does not happen, the top item remains at 0.The text was updated successfully, but these errors were encountered: