What control for displaying tabular data with a picture
I need to develop a simple auction application (yes, in WinForms...) and I've been wondering what control should I use for representing the items?
I need to have a picture in the first column.
A title and short description in the second column (the name should be highlighted somehow)
And some additional columns (number of bids, current price, time left...)
Any suggestions?