TIWCGJQGridOptions.ForceFit Property
If set to true, and resizing the width of a column, the adjacent column (to the right) will resize so that the overall grid width is maintained (e.g., reducing the width of column 2 by 30px will increase the size of column 3 by 30px). In this case there is no horizontal scrolbar. Note: this option is not compatible with shrinkToFit option - i.e if shrinkToFit is set to false, forceFit is ignored.
published property ForceFit: Boolean index 20 read GetBooleanValue write SetBooleanValue stored IsBooleanStored;
Property Value
Type: Boolean