hello,

I'm really new to wpf (I haven't even read any tutorials yet, by the way if you know of good ones please give them to me).
How do I display the contents of a list of objects (whose toString function is overwritten) that I have created in MainWindow.xaml.cs in a column of a grid ?
I would also like to rename the header of the column.
I'm assuming that I have to use 'DataGrid', but I don't know how to.
Basically, I don't even know how to link the programming part with the design part, so if you could explain it in a few words without refering to a huge documentation, I'd be grateful.
I know the basics about both xml and c# so I guess it shouldn't be that difficult for me to learn how to use wpf.

Thanks