Does smoothScrollToPosition()
method for GridView
works correctly?
I have found an open bug report and mine is not working correctly either.
Had the same issue- I built a simple GridView and for some reason the smoothScrollToPosition()
didn't work at all (just bounce from time to time).
after lot of debugging it turn out to be that I need to remove the android:padding
parameter from the GridView.
very strange, I really don't know why it is like this, but at least now it works.