Hello. I'd like to know how i can to add the same icon from the imagelist to all of Listview items using for loop, i know that this code
sets the first list item to display the 4th image but i'm trying to set only one icon for all items in listview,can anyone help me?
Thanx
Code:
listView1.Items[0].ImageIndex = 3;
Thanx
Comment