Nuacht

I've since discovered that using a Bindinglist as my collection of objects and binding the Datagridview to it will allow me to have any changes to the object elements be automatically updated in ...
Ok, another DataGridView issue: I have the AutoSizeMode for every column in my DataGridView set to AllCells. I also have the AutoSizeColumnsMode for the DataGridView itself set to AllCells.