Results 1 to 3 of 3

Thread: [2008] Backgroundworker : load datagridview rows with image thumbnails

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    515

    [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.

  2. #2
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    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.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    515

    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
  •  



Click Here to Expand Forum to Full Width