0

Is it possible set the scroll of a GridView at the end of it contextually an item is added?

Nikita
  • 3
  • 8
  • Maybe this one is : [How to scroll gridview][1] what you need. [1]: http://stackoverflow.com/questions/15757325/how-to-scroll-gridview-to-position – Billy Riantono Sep 03 '15 at 11:22

1 Answers1

0

Try adding this as a parent to your xml layout file.

<ScrollView>
  
  </ScrollView>