You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I apologize in advance if the question already exists, but I have not found.
I use CellMeasurer for List with dynamic heights, and all rows have the identical heights. CellMeasure calculates the height for each row, what is unnecessary for my case.
Is there any possible solution to make CellMeasurer calculate only one time to speed up performance?
Or maybe is there another solution for my case?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I apologize in advance if the question already exists, but I have not found.
I use
CellMeasurer
forList
with dynamic heights, and all rows have the identical heights.CellMeasure
calculates the height for each row, what is unnecessary for my case.Is there any possible solution to make
CellMeasurer
calculate only one time to speed up performance?Or maybe is there another solution for my case?
Thanks in advance.
The text was updated successfully, but these errors were encountered: