MobileForms Toolkit Documentation

ItemTextBox.WordWrap Property

Indicates whether a multiline text box control automatically wraps words to the beginning of the next line when necessary.

public bool WordWrap {get; set;}

Property Value

true if the multiline text box control wraps words; false if the text box control automatically scrolls horizontally when the user types past the right edge of the control. The default is false.

Remarks

if True, this property wrap text in the control.

See Also

ItemTextBox Class | Resco.Controls.DetailView Namespace