Hey,
I'm trying to create a datagridview that contains an image column inside of it but I can't seem to get it right.
I'm getting the datagridview data source from a list and I was wondering how I would get the list image property to be viewed in the datagridview cell.
How can I achieve that?
Thanks.

1 answers
If your images are stored in an ImageList which contains an image for each row of the DGV and the images are to be displayed in an image column called "Image" say, then you could display them all using code such as the following:
answered one year ago by:
17279