It's all done in designer mode. Add a listview to your project and set its View properity to Details. Then add a SmallImageList, set its IconAlignment, and other properities to you requirements and you're done.
Use the listview's SelectedIndexChanged or (my preference) its Click event to trigger the event.