ListViewItem

  • Thread starter Thread starter VJ
  • Start date Start date
V

VJ

How do I assign Images dynamically.. looks like I can only use a ImageList
and ImageIndex.. how can set a Image to ListViewItem, without using the
ImageList?

VJ
 
How do I assign Images dynamically.. looks like I can only use a ImageList
and ImageIndex.. how can set a Image to ListViewItem, without using the
ImageList?

VJ

Add the image dynamically to a imagelist control, and then assign the
index to the listviewitem.
 
Back
Top