LazyView - possible to use it to only load as a View becomes visible? #1698
Unanswered
jameslavery
asked this question in
Q&A
Replies: 1 comment
-
One solution I've come up with for Windows (we're only running on Windows) is to add a handler for the
|
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
-
We've got a FlexLayout with a complex ItemTemplate. When we have a lot of items in the ItemsSource, the page takes too long to load.
Is it possible to use a LazyView to only trigger a full load of the the ItemTemplate's contents when an Item comes into view? I think we've got ItemAppearing available for a ListView, but I can't find an equivalent for a FlexLayout.
Any suggestions/ideas?
Beta Was this translation helpful? Give feedback.
All reactions