[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcTextBox.TextWrapping

TextWrapping Property

TextWrapping

Gets or sets how the text box should wrap text. This is a dependency property.

Declaration
public TextWrapping TextWrapping { get; set; }
Public Property TextWrapping As TextWrapping
Property Value
Type Description
TextWrapping

One of the TextWrapping values that indicates how the text box should wrap text. The default is TextWrapping.NoWrap.

Remarks

Setting the TextWrapping to Wrap causes entered text to wrap to a new line when the edge of the GcTextBox control is reached, automatically expanding the height of the TextBox control to include room for a new line, if necessary.

Exceptions
Type Condition
ArgumentException

Value is not defined in TextWrapping enumeration.