What controls whether a Gallery loads only 100 items at a time or everything?
I have a gallery w/ potentially thousands of items based on combobox search filter selections. From documentation and forum posts the Gallery should only load 100 items at a time until you scroll down then another 100 are loaded. As I've been playing around with how to setup my gallery to be filtered in different ways, I've noticed sometimes only 100 items load at a time, but other times the gallery is loading everything which is well beyond 2000 items and it takes forever for the app to update and display correct data in each row.
I haven't noticed a correlation in how I've setup the filtering and Gallery Items (ex collections vs referencing datasource directly w/ filters), is there a way to control or know how Galleries display only 100 items at a time or everything?
Hi @kyasprin ,
A gallery using a Delegable filter loads 100 items at a time (for performance reasons) and the rest load as the user scrolls. A Gallery using a non-Delegable Filter will load all items (up to your Delegation Limit) immediately (which would not be beyond 2,000)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2