0

I want to give animation in GridView. So that when the list gets prepared, it will scroll to given position without touching the screen.

Shanki Bansal
  • 1,681
  • 2
  • 22
  • 32

1 Answers1

2

You can use the methods smoothScrollToPosition and smoothScrollToPositionFromTop to make the GridView go to that position.

Karakuri
  • 38,365
  • 12
  • 84
  • 104