FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / CellStyle Class / WordWrap Property

In This Topic
    WordWrap Property (CellStyle)
    In This Topic
    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