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 have an issue whete if the number of items in the scroll is less than the buffer size then if I add items at a certain index or append or prepend items to the buffer, everything becomes visible and the scrolling does not work.
Almost as if the buffer size is not being updated with the new size after the update. This works ok when the number of items initially is larger than the buffer size to begin with. I need this to work without reloading the whole scroller.