Home - Forums-.NET - FlyGrid.Net (Windows Forms) - TreeView and SmartFit are causing display issues.

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

TreeView and SmartFit are causing display issues.
Link Posted: 11-Jul-2006 05:22
I have a small application that demonstrates a number of display issues when a TreeView is set to SmartFit.

The issues include:
- text running past the end of the cell
- collapsing a node will not move any other columns
- cell separators moving when the cell is being edited

Please tell me where to email the code.

Thanks,
Tyler
Link Posted: 11-Jul-2006 07:50
Please send your sample to , please zip.
Link Posted: 11-Jul-2006 10:07
Thanks for the sample, we'll try to fix this problem to the end of this week, to the nesrest FlyGrid.Net update.
UPD: The problem is in using FlyGrid.Columns.LeftFixedColumns > 0 when some of the fixed columns has non-Exact ColumnFitMode. Currently you can turn TreeViewcolumn.FitMode to Exact or set FlyGrid.Columns.LeftFixedColumns to 0 to solve this problem.