This is a bug when component changed height
in ListView?
#7852
-
Print only the height changes of the currently visible elements in the ListView. |
Beta Was this translation helpful? Give feedback.
Answered by
ogoffart
Mar 13, 2025
Replies: 1 comment
-
Right, because only the visible elements are instantiated. And therefore the callbacks are only run for these. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jesses2025smith
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right, because only the visible elements are instantiated. And therefore the callbacks are only run for these.