|
|
@@ -439,7 +439,8 @@ namespace OTSIncAReportGrids
|
|
|
DataGridViewImageColumn iconColumn = new DataGridViewImageColumn();
|
|
|
iconColumn.Name = en.Current.Key;
|
|
|
iconColumn.HeaderText = en.Current.Value;
|
|
|
- iconColumn.ImageLayout = DataGridViewImageCellLayout.Zoom;
|
|
|
+ iconColumn.ImageLayout = DataGridViewImageCellLayout.Stretch;
|
|
|
+ iconColumn.DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter;
|
|
|
dgV_ParticlesDevidePage.Columns.Add(iconColumn);
|
|
|
}
|
|
|
else if (en.Current.Key == "Element")
|