Hi :D
I have a noobi question... how to add icons inside a listview's?
:)
Printable View
Hi :D
I have a noobi question... how to add icons inside a listview's?
:)
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.
see if this link helps you
Exactly the same.Quote:
Originally Posted by Ellis Dee
:) Thanks guys it helped