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
Let's suppose we have 100.000.000 apples. To show one apple in a row we need 50px. So, number of rows will be 100.000.000 / (window.getWidth() / 50). If a window width is 2000px then we have 40 apples in a row and we need 2.500.000 rows in observable list. However, user can change window width again and again.
Could anyone say how to work with virtual flow in such situation in terms of performance?
The text was updated successfully, but these errors were encountered:
PavelTurk
changed the title
Question - virtual flow, large data and window resizing
Question - virtual flow, large data list and window resizing
Oct 16, 2024
Let's suppose we have 100.000.000 apples. To show one apple in a row we need 50px. So, number of rows will be 100.000.000 / (window.getWidth() / 50). If a window width is 2000px then we have 40 apples in a row and we need 2.500.000 rows in observable list. However, user can change window width again and again.
Could anyone say how to work with virtual flow in such situation in terms of performance?
The text was updated successfully, but these errors were encountered: