Page by scroll limits
Page by scroll limits

I'm not sure how to phrase the question, but can we use scrolling to load groups of records, say if you have 100000 records, scroll 500 at a time and auto load the next 500 when we reach the end of each group of 500 scroll?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
If you're using Scroller, you can use
scroller.displayBuffer
to adjust the scroll window.Colin
Thank you colin, that worked for me.