CollectionView virtual (infinite) scrolling - how many items to download and add initially? #18279
Unanswered
paratype-fonts
asked this question in
Q&A
Replies: 1 comment
-
As a workaround, you can override MeasureOverride and match height (and width if needed) with DesiredSize props. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When initially populating CollectionView items, I need to know when a new item becomes not shown (clipped) to stop fetching.
The Scrolled event has very useful properties: LastVisibleItemIndex and FirstVisibleItemIndex, but the number of items to fetch needs to be determined before scroll occurs. I could not find anything functionally similar on the CollectionView itself.
Any suggestions? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions