|
-
Aug 20th, 2008, 10:11 PM
#1
Thread Starter
Lively Member
-
Aug 20th, 2008, 11:16 PM
#2
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.
-
Aug 21st, 2008, 04:44 AM
#3
Frenzied Member
Re: ListView with Icons
see if this link helps you
-
Aug 21st, 2008, 07:51 AM
#4
Re: ListView with Icons
 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.
-
Aug 21st, 2008, 02:04 PM
#5
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|