Rank: Member Groups: Member
Joined: 3/22/2006 Posts: 1 Points: 0
|
Does the ThumbnailListView control have any built in support for virtual lists. I'd like to load 10,000 thumbnails and only render those thumbnails which are currently visible based on the current scrollbar position. I'd actually also like to load a few more before and after the visible ones for better user experience when scrolling.
If there is not built in support, has anyone tried to do this with any success? Code samples appreciated.
Thanks!
|
Rank: Advanced Member Groups: Administration
, Member
Joined: 8/3/2003 Posts: 587 Points: 591
|
Hello,
The current implementation of ThumbnailListView loads thumbnails of all images into memory (it will be all 10000 images). In your case it requires much time and computer resources (processor time and memory). You can change logic by yourself, source codes of windows and web controls are included into standard license.
Sincerely yours, Dmitry Sevostyanov.
|