QVirtualScroll - lazy loading
-
Hello,
Is the QVirtualScroll component suitable for lazy loading?
I am working on an editor for a huge data set. The user should be able to scroll throw the whole data set. I want to buffer/show only a portion of the data. When the user scrolls up, preceding items are lazy-loaded. When the user scrolls down, subsequent items are loaded.
Thanks a lot for your help.