can you tell if the user has scolled to the bottom of a weblistbox?

Hi Guys,

is there a way to tell if a user has scrolled to the bottom of a listbox in WE?

I want to be able to load a list box and when the user scrolls to the bottom fill the listbox with more lines so they only load 30 lines at a time.

Thanks
Damon

You’d need to install a “scoll” event handler, probably on the table that implements the WebListBox. And you’d need it to send some data back to your app. Definitely way into hacking territory.

Would be a great feature request.