I currently have a listview and I want to add an appropriate icon to each entry.
I have created an icon within the Project resources and called it 'errorIcon.ico'. How can I reference this icon/resource and use it within a listview?
|
|
I currently have a listview and I want to add an appropriate icon to each entry. I have created an icon within the Project resources and called it 'errorIcon.ico'. How can I reference this icon/resource and use it within a listview?
|
|||
|
|
|
|
First you need to create an Then, assign the image list to every ListViewItem ( Take a look at the remarks here for more information: http://msdn.microsoft.com/en-us/library/system.windows.forms.listviewitem.imageindex.aspx |
||
|
|