VFP8 now has auto-sizing columns, which is great, however, it seems that if you change the fontSize of the grid, then all the columns immediately resize, regardless of the setting of AllowAutoColumnFit
It does a pretty good job of sizing the columns, so I wouldn't complain, except where it comes to CheckBoxes or Spinner controls in the grid.
What happens is that I have several columns that have checkboxes (or spinners) in them, deliberately sized to 30 pixels wide, and when the grid's FontSize is changed, they all jump to about 100 pixels wide (much wider than the contained control).
Does anyone know of how to change the fontSize of a grid without this side affect?
(I just tried to create a plain-vanilla form with just a grid on it to reproduce the problem... and it doens't do the same thing. However my application stubbornly ALWAYS does this!)
It does a pretty good job of sizing the columns, so I wouldn't complain, except where it comes to CheckBoxes or Spinner controls in the grid.
What happens is that I have several columns that have checkboxes (or spinners) in them, deliberately sized to 30 pixels wide, and when the grid's FontSize is changed, they all jump to about 100 pixels wide (much wider than the contained control).
Does anyone know of how to change the fontSize of a grid without this side affect?
(I just tried to create a plain-vanilla form with just a grid on it to reproduce the problem... and it doens't do the same thing. However my application stubbornly ALWAYS does this!)