views:

101

answers:

2

I want to create a listview type user control which'll have a picturebox and a label inside each item. Is that possible?

A: 

edit: My bad, I've missread your question. The answer below is correct tho.

ListView With Images

J. Vermeire
+1  A: 

If you are looking this control for a windows forms application, there is a control already implemented for your need. Image List View.

sankar