wrapping

Specifies whether text that exceeds its boundaries is wrapped or truncated. This property is available for the following components: Table, Embedded Table, Crosstab Table, Selection List, Selection Tree, and Text.

Type

Boolean

true: wrap text
false: truncate text

Example

Table1.wrapping = true;

Either syntax below can be used in component script:

wrapping               // unqualified
Component1.wrapping    // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.