0

I have a listview which contains data from a server. Scenario is something like that initial 5 data are shown in listview. When I scroll download listview add 5 more data from server. What I want when new data load in listview want to move listview on top of new data that was loaded. How can I do that?

RamithDR
  • 2,103
  • 2
  • 25
  • 34
Sandeep
  • 13
  • 4
  • try this it work [listview scrolls back to top on update](http://stackoverflow.com/a/11932504/5080100) – Ramesh Prajapati Sep 04 '16 at 04:15
  • see intial i have 5 data in listview when I scroll to bottom send server rrequest and load five more data ,,,here I want lisview move to top of five data that are loaded from server instead of preious five data . – Sandeep Sep 04 '16 at 07:48

0 Answers0