On the SO question, the OP is looking for a genera...
# tornadofx
c
On the SO question, the OP is looking for a general paging solution. I think you can build of my code, specifically using the layoutY geometry to trigger the retrieval (unfortunately, onScrollFinished never fires for me). Then, it's just a matter of managing the pages of data retrieved by the service call and for allowing the service call to communicate an end of result set.