Determines if an Editor or Text object wraps text automatically.

Property of

ColumnEditor, Editor, Text

Description

Use wrap to wrap long lines of text in the editor or in a text object. When wrap is true, text won’t exceed the width of the object and a horizontal scrollbar will not appear. The ColumnEditor, Editor, or Text object will attempt to break each line at a space.

If wrap is false, long lines extend past the right edge of the Editor. If scrollBar is On or Auto, a horizontal scrollbar is used (where needed) to view long lines of text. Even without scrollbars, you can use the cursor to move to the end of long lines.