ComponentOne FlexGrid for WPF and Silverlight
TextWrapping Property (RowCol)

C1.WPF.FlexGrid Namespace > RowCol Class : TextWrapping Property
Gets or sets whether text should be allowed to wrap in cells in this row/column.
Syntax
'Declaration
 
Public Property TextWrapping As System.Nullable(Of Boolean)
public System.Nullable<bool> TextWrapping {get; set;}
See Also

Reference

RowCol Class
RowCol Members