فهرست منبع

Particle list image adjustment

cxs 2 ماه پیش
والد
کامیت
c1fddcb96c
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      OTSIncAReportApp/1-UI/Control_Grids/ParticlesGridDevidePage/ParticlesGridDevidePage.cs

+ 2 - 1
OTSIncAReportApp/1-UI/Control_Grids/ParticlesGridDevidePage/ParticlesGridDevidePage.cs

@@ -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")