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
When you quick scroll up few pages and down to the very bottom especially if your items do have additional data inserted asynchronously you end up with big white space at the very bottom. It would be I guess beneficial if when you reach EOF/BOF those paddings are forced to padding 0
The text was updated successfully, but these errors were encountered:
@Jerczu We can't reset paddings cause we won't lose the knowledge of visual scroll bar parametrs. The issue you described should be fixed, and there are two possible ways: app fix or lib fix. Depends on the source of the issue. So we need to investigate it and it would be great if you provide us with a repro... right now I'm not able to reproduce that behaviour with our demos.
When you quick scroll up few pages and down to the very bottom especially if your items do have additional data inserted asynchronously you end up with big white space at the very bottom. It would be I guess beneficial if when you reach EOF/BOF those paddings are forced to padding 0
The text was updated successfully, but these errors were encountered: