The original requirement that my scroll hack imple...
# tornadofx
c
The original requirement that my scroll hack implemented was breaking up a large (20k) list of items. Eventually, you would get to the end. Make sure that you are backing up a little after a fetch instead of immediately showing the last one. In my case, I would fetch results and then back up a screenful. If the user still didn't see what they wanted, they would scroll down and bring the last retrieved into view. This would kick of another fetch.