Results 1 to 5 of 5

Thread: [RESOLVED]ListView with Icons

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2008
    Posts
    87

    Resolved [RESOLVED]ListView with Icons

    Hi

    I have a noobi question... how to add icons inside a listview's?

    Last edited by Milad87; Aug 21st, 2008 at 02:05 PM.

  2. #2
    PowerPoster Ellis Dee's Avatar
    Join Date
    Mar 2007
    Location
    New England
    Posts
    3,530

    Re: ListView with Icons

    Use an imagelist control, which you connect to the listview in the listview's property pages.

    To assign images to a treeview works like this:

    Node.Image = <key of image from image list>

    I assume it's similar for a listview.

  3. #3
    Frenzied Member
    Join Date
    Aug 2006
    Location
    India, Punjab, Bhatinda
    Posts
    1,689

    Re: ListView with Icons

    see if this link helps you

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: ListView with Icons

    Quote Originally Posted by Ellis Dee
    Use an imagelist control, which you connect to the listview in the listview's property pages.

    To assign images to a treeview works like this:

    Node.Image = <key of image from image list>

    I assume it's similar for a listview.
    Exactly the same.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Feb 2008
    Posts
    87

    Re: ListView with Icons

    Thanks guys it helped

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