|
-
Jan 9th, 2009, 02:24 PM
#1
Thread Starter
Fanatic Member
[2008] Backgroundworker : load datagridview rows with image thumbnails
What is the best way of quickly loading a datagridview with thumbnails of images and filenames/paths found within a particular folder using a backgroundworker without affecting UI performance ?
While loading, I'd like to continuously filter the dgv's image column through a textbox to display results as the user is typing.
Appreciate any help.
-
Jan 9th, 2009, 03:31 PM
#2
Re: [2008] Backgroundworker : load datagridview rows with image thumbnails
Are you certain there will only be pictures in that folder? And I'm not entirely sure how you want to add thumbnails to a datagridview. Perhaps you should be looking at a ListView instead.
-
Jan 9th, 2009, 04:46 PM
#3
Thread Starter
Fanatic Member
Re: [2008] Backgroundworker : load datagridview rows with image thumbnails
I don't know if a listview can be filtered ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|