Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
csuire  
#1 Posted : Wednesday, March 22, 2006 7:26:56 AM(UTC)
csuire

Rank: Member

Groups: Member
Joined: 3/22/2006(UTC)
Posts: 3

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!

Dmitry  
#2 Posted : Wednesday, March 22, 2006 6:32:52 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
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

UserPostedImage Follow Aurigma on Twitter!

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.