Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Text wrapping in fly grid?

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

Text wrapping in fly grid?
Link Posted: 09-Jun-2007 20:35
Hello,

I want to know how to force text wrapping inside a node.

I know that if i set the height big enough it wrapps itself,
but the problum is that i dont know how high should the row be.

Is there any automatic way to do it?
Link Posted: 10-Jun-2007 06:48
To disable wordwrap exclude FormatFlags.NoWrap option from Column.FormatFlags property.