AD
Administrator
Syncfusion Team
December 4, 2003 02:46 PM UTC
There is a GridResizeToFitOptions.NoShrink flag that you can set when you call ResizeToFit. This should prevent the width from shrinking during a ResizeToFit call. So, then if you somehow set the initial size of your column to be your minimum size (either using grid.DefaultColWidth or grid.Model.ColWidths[col]), then this may effectively implement a minimum size.