AD
Administrator
Syncfusion Team
July 18, 2005 11:02 AM UTC
If you set style.TextWrap = true and style.AutoSize = true for the cell, then as you user types, the height of the cell should increase.
But it will not decrease dynamically. If you want to shrink the cell as your user leaves it, then you could handle CurrentCellMoved, and there call grid.Model.Rowheights.ResizeToFit passing in a GridRangeInfo object holding the cell that you can get from grid.CurrentCell.MoverFromRowIndex/ColIndex.
MA
Marian
July 29, 2005 10:39 AM UTC
style.TextWrap property doesn''t exist, try style.WrapText