I'm trying to track the original column widths during the load event of the form. I noticed that the width are actually slightly wider once shown. When I display the value of the column widths inside a button click event, they are different from what was reported during the load event.
Any idea? I'm using AppStylist.
Hi,
It's tough to guess since there are so many variables here. If you have not explicitly set the Width of each column, then the width is auto-calculated by the grid. So that could be happening here.
It could also be that you are loading a Layout or a Preset into the grid and this is changing the column widths.
Or, you could be calling the PerformAutoResize method or setting the AutoFitColumns property.