You could do this with a datagird using an enum attribute and the image you can set with an enum. In the datagrid you can then set the formatting to image to show the image instead of the enum caption like so:
In your case this might not be the best option since your images look static. In that case using a listview might be better, you can just add an image there.