ComponentOne FlexGrid for WinForms
WordWrap Property

C1.Win.C1FlexGrid Namespace > CellStyle Class : WordWrap Property
Gets or sets whether long strings should automatically wrap within the cell.
Syntax
'Declaration
 
Public Property WordWrap As Boolean
public bool WordWrap {get; set;}
Remarks

This property determines whether the grid should automatically break long strings that contain spaces and display them in multiple lines.

String that contain hard line breaks (vbCrLf or "\n\r") are always displayed in multiple lines.

See Also

Reference

CellStyle Class
CellStyle Members