Hi,
I use the AutofitStyle property and ResizeAllColumns to size my grid columns.
Is it possible for me to specify the minimum size for certain columns and let the others be autosized?
Thank You,
There's a MinWidth property on the column, as well as MaxWidth.
Have you tried setting the Width of the column you want to control in the InitializeLayout event?