Hello C1 team, I use FlexGrid for WPF version 4.0.20102.46 in Visual Studio 2010 but can't get AutoSizeRow to work. Here is a code snippet for a single-cell FlexGrid: With FlexGrid1 .Rows.Add( New Row ) .Columns.Add( New Column ) .Item(0, 0) = "This is a really long, long, long, long string...
on8-30-2010