I just want to have 2 type columns:
Item Value [icon] Gold 10 [icon] Silver 2 [icon] Iron 1
Is it possible? Or do I need another column for the icons?
See the documentation for the SmallImageListcontrol ListViewand the properties ImageIndexand ImageKeyclass ListViewItem.
SmallImageList
ListView
ImageIndex
ImageKey
ListViewItem
http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.smallimagelist.aspx
ListView, , , codeproject, (SubItems ListView)