Replies: 1 comment 3 replies
-
That changing content should be moved up and out of the item to the list itself to that we know to invalidate that area. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The new Virtualizer is great (with a complex implementation, as most are). I'm using the ListLayout, but am interested in having my own at some point. What do I need to do to relayout when an item has its size changed after render? Reasons are to accommodate any item rendered for the visible viewport changing height.
As an example, each item renders
content
, which is defined viaAlso, what if the container isn't a fixed size in the examples, and gets resized?
Beta Was this translation helpful? Give feedback.
All reactions