I have a Windows Form
application where I need to represent in a DataGridView
or ListView
a list of items which consist of two label and an image. The text of the labels and the image depends on the property values of the object which the row refers to.
Reading many topics it seems that it's easier with the DataGridView
defining a new type of column. I followed this topic and this ones but I can't reach the desired output.
Do you have any suggestions or idea? Thanks!