add items to gridview on scroll and set position to newly added items

  • Replies:1
vijay
  • Forum posts: 1

Sep 28, 2016, 5:39:27 AM via Website

I want to add items to gridview on scroll and want to focus from newly added items

Reply
Vladimir S.
  • Forum posts: 266

Sep 28, 2016, 10:30:47 AM via Website

Use smoothScrollToPosition(int position) method to focus on the item.
GridView - Google Developer

Reply