Automatic Word Wrap

Determines whether text is automatically wrapped to the next line when it exceeds the width of the widget. This also disables the horizontal scroll bar, if defined. True or False (default).

Value

Description

True

Text that is too long for the widget width is automatically wrapped to the next line. The horizontal scroll bar, if specified, is disabled.

False

Long text is not wrapped.

Usage

Dynamic?

No

Supported in Grid?

Yes for Edit Box

Dependencies:

Multiline must be True

Description

When set to True, automatic word wrapping only works if the following conditions also apply:

  • The Multiline property is also True.

  • The Field Layout should not include alignment codes RGT (Right-aligned) or CTR (Center-aligned ). (For a center-aligned field that contains a value longer than the field size, the contents are not scrolled to show the field value in the center of the field. )

This property is not dynamic and cannot be set in ProcScript.

Related Topics