Listview Page Size Limit

0
Dear Mendix community, is there a way to set the page size limit of a listview to a value higher than 1000?
asked
3 answers
1

Why do you need the page size to be higher than 1000?

The ‘auto load more’ widget from the app store to add infinite scrolling to your list view by automatically loading more items could be useful for your case.

https://appstore.home.mendix.com/link/app/50323/

answered
0

Apparently not… You could go for a template grid, but I think that would be a performance killer. Practical question: why would you want to show more than 1000 items in a listview?

answered
0

Hi, I have not tested my theory but

Doesn’t the AutoLoadMore widget provide a workaround?  https://appstore.home.mendix.com/link/app/50323/

Description
Add infinite scrolling to your list view by automatically loading more items

 

answered