How to display multiple lines with 4 columns?

10/08/2013 23:31 desTenshi#1
Hay I have a little problem ^^...

I want to display multiple lines (how much is unknown) which each have 4 columns.
But I don't know much about Windows Forms and the GUI Programming with C#, so I don't know how to implement that :s.
The 4 columns should be selectable as one item (line).
Each line should be made of 1 checkbox, 1 description and 2 dates.

So I googled now for some time and tried out a lot but didn't find a good solution ..

I hope someone of you have a good Idea :)
10/09/2013 11:00 ChibiEbil#2
It should be possible with a Datagridview :)
10/09/2013 21:01 davydavekk#3
Use a list view.

Don't forget to set the property .View to "Details".
10/09/2013 21:21 desTenshi#4
thanks for the suggestions. i'll check them and see which fits my needs better :)