List Form Component continuous scrolling

Hi,
I would like to have the ‘infinite’ scrolling of the table view, but with a customisable layout, like that offered by the List Form Component.
I have tried to add this to my solution (the List Form Component), but it will only show a fixed number of records & then displays the ‘>’ (arrow icon) to go to next number of records.
Is there a component or way to allow me to create my own form layout (so I can display multiple fields in a format of my choosing), but that will scroll continuously in a browser (like table does)??
Or a way to make this component do that???
(I watched Sean’s webinar https://www.youtube.com/watch?v=NqpLMLTyjME, but I can see even he has the ‘>’ icon in it)

Thanks
Rafi

^^^^
BUMP

Rafi,

this wont happen, that would be very hard to do because of the way we need to render stuff
Then it would become a very heavy thing to do

So ListFormComponents will always be paging, because then its fast and predictable in the browser.

Thanks for the reply Johan.
That’s a shame, but I understand…