Add image into listview column

  • Thread starter Thread starter gentlerobbin
  • Start date Start date
G

gentlerobbin

I'd like to add an image into the rectangle of the listview's column
I have tried to

this.ListView.Column[nItem].ImageKey=0
But I fail to see anything happens

:(

Could you help me please..

Thanks
 
Did you added the ImageList COntrol in your form
And set the LargeImageList and SmallImageList Property of the Listview to
this ImageList Control ?

This will do

Dana
 
Back
Top