MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / ViewCellStyle Class / WordWrap Property

In This Topic
    WordWrap Property
    In This Topic
    Gets or sets a value that indicates whether long strings should automatically wrap within the cell.
    Syntax
    'Declaration
     
    
    Public Property WordWrap As Boolean
    public bool WordWrap {get; set;}
    See Also