Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Columns disappear when resized

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

Columns disappear when resized
Link Posted: 11-Sep-2007 15:21
I have set the Minimum width constraints on several columns in a grid I'm using. This works fine until I try to resize any column when my app is running. When I do this the column disappears entirely. I have found a work around for this problem where if you set the minimum width you can't leave the maximum width set to -1 but need to give it some large number.
Link Posted: 12-Sep-2007 00:01
Yes, you need to set Maximum value also. So it will not disappear when resizing.

This is rather a bug, and we are to fix it, in the upcoming release.

Thanks for your help.