I am working on a datagridview that will update with object information.

What I noticed is that you can use a List as a datasource. I basically have a list of objects that periodically check system status and show a GUI that indicates if something has failed.

My question is how do you push object information to the columns of a datagridview using a datasource? I did some googling but really didnt find any good explanations.