I am trying to display images in a WinForms ListView that is in details view mode, but images are just not showing up.
I have added a SmallImageList (and a large one for good measure, added images to them, added my items to the ListView, but when I set the ImageIndex nothing happens. Images do not show up. I have also tried using the ImageKey. Edit: I have added columns to the ListView.
I feel like an idiot that I have to ask about this, but I must be doing something wrong. Any steps I am missing?
Thanx much.