Sets a boolean value indicating whether a multiline edit control automatically wraps words to the beginning of the next line when necessary.
public final void setWordWrap( boolean value )
value
Set to true if the multiline edit control automatically wraps words to the beginning of the next line when necessary; set to false if the edit control automatically scrolls horizontally when the user types past the right edge of the edit control. The default value is true.
See Also getWordWrap