TreeList.WordWrap

Syntax

WordWrap: Boolean

Description

The WordWrap property determines whether node text is wrapped by words.

Comments

If the property is set to True, tree element names are wrapped if the text does not fit the object size. Otherwise the text is not wrapped. By default the value set is False.

Compare with:

Example

The example of property use is given in the page Example of Creating the TreeList Component.

See also:

TreeList