this is my code :
((DataGridViewImageColumn)col).ImageLayout = DataGridViewImageCellLayout.Zoom;
((DataGridViewImageColumn)col).DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter;
I would like to get the image centered
any idea?