Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Column.FitToWidth

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Column.FitToWidth
Link Posted: 19-Feb-2006 21:35
Hi,
Can you chack the column.fittowidth option?
i turned it on, and here is no change...

thanks,
Guy
Link Posted: 19-Feb-2006 23:41
If you mention ColumnsOptions.FitToWidth, this option works when Columns has at least one column with Column.FitMode = ColumnFitMode.Spring, width of this column (or columns with FitMode = ColumnFitMode.Spring) will scaled to fit columns to current client width of FlyGrid.
Link Posted: 23-Feb-2006 05:14
Hi,

We have a problem that when we set all the columns with ColumnFitMode.Spring and we change the width of the grid, that the columns don't change their width at the same ratio, but each column adjust its width with some unknown ratio.

How can we make all the columns change their width with the same ratio?

thanks.
Link Posted: 23-Feb-2006 09:13
Can you provide me ()with a sample or screnshots (before and after size changes)?