I am looking for a way to add more lists to the bottom of my listview after scrolling down. For instance, I have a return of 20 items initially. I was going to use a paginat
There are a few articles describing methods for "forever scroll" and "infinite scroll" which is what it sounds like you're asking about.
The idea behind them is to load asynchronously more data when the user scrolls down to a predetermined number of items from the bottom.
There is a known issue with that method though, in that it makes a liar out of the scroll bar itself.
http://www.infinite-scroll.com/infinite-scroll-jquery-plugin/
http://masonry.desandro.com/demos/infinite-scroll.html
http://designbeep.com/2011/08/12/12-jquery-infinite-scrollingscroll-read-plugins-for-content-navigation/
http://www.jquery4u.com/tutorials/jquery-infinite-scrolling-demos/