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
The Scroll event simply returns a range that includes buffered items as well
We have a getOffset() method
There s no method to get the sizes of all items so that you can do some math (I have a dynamic item height list where each item may have a different size)
One way i can think of is to assign an id to each of the rendered items or assign a ref to all of them and then compare their top with current offset, is there a better way?
Any one mind sharing some ideas or suggestions on how to achieve this?
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: