Reputation: 59
I have 7 column in my list view then i want to add image in first column. How I can solve this problem.
Thanks in advance
Upvotes: 0
Views: 1403
Reputation: 36487
ImageList
control to your form.ImageList
to the ListView
(there are properties for small/big icons)ImageList
(can happen dynamically)ListViewItem
's constructor (or set the icon later on).Upvotes: 1