Reputation: 1750
I want to give animation in GridView. So that when the list gets prepared, it will scroll to given position without touching the screen.
Upvotes: 0
Views: 625
Reputation: 38605
You can use the methods smoothScrollToPosition
and smoothScrollToPositionFromTop
to make the GridView go to that position.
Upvotes: 2