I have a listview control, to this control I am adding rows which contain image data, filename, position (its taken at a point in a 4 dimensional matrix), time taken. To ma
Unfortunately, in WinForms rendering a column as an image gets painful. You have to create an owner-drawn ListView and provide the logic for drawing that column.
Fortunately, there's the open source ObjectListView wrapper, which makes drawing images in ListView subitem columns trivial: