etsy / AndroidStaggeredGrid

An Android staggered grid view which supports multiple columns with rows of varying sizes.
https://github.com/etsy/AndroidStaggeredGrid
4.76k stars 1.13k forks source link

Smooth scrolling to position doesn't work #71

Open manargias opened 10 years ago

manargias commented 10 years ago
smoothScrollToPosition()
smoothScrollToPositionFromTop()

have no effect on the gridview

parodco commented 10 years ago

Hi, I also have the same problem. In my project I want to put a button to quickly scroll up to the beginning of the list. If “smoothScrollToPosition” doesn’t work, is there any workaround to achieve this effect?

Thanks in advance.

rain00 commented 10 years ago

Hi, I also have the same problem.

thank you.

denizmveli commented 10 years ago

These two methods are not supported by the SGV.

They're ripe for the picking for anyone who is interested.

parodco commented 10 years ago

Thanks denizmveli for the info.

venice81 commented 9 years ago

Are there any plans to support this feature?

wsk900906 commented 9 years ago

also want this feature...