StaggeredGridView icon indicating copy to clipboard operation
StaggeredGridView copied to clipboard

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

Results 46 StaggeredGridView issues
Sort by recently updated
recently updated
newest added

Any way to refresh data using notifyDataSetChanged. Its not working with me.

**How to reproduce the problem:** Place SGV e.g. inside LinearLayout together with button B. When button B is clicked change visibility of B to GONE. This way the SGV dimension...

hi, how can i return to last position that user were scrolled to , after calling notifyDataSetChanged(); in adapter. I googled about it and found the method setSelection(int position) but...

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

The top of the first left image is placed below the top of the first right image. `currently restoring position can result in the views to be slightly offset when...

Hey guys :) Someone know why this event not works? I don't see the Log and the Dialog ``` java final StaggeredGridView listViewCards = (StaggeredGridView) rootView.findViewById(R.id.listViewCards); listViewCards.setLongClickable(true); listViewCards.setOnItemLongClickListener(new StaggeredGridView.OnItemLongClickListener() {...

Can you give me some Train of thought for add scrollbar

Currently I have following code but it doesn't show textView content on screen ``` ```