LabelWrap Property

Gets or sets whether word-wrapping is enabled in the object. Design-time only. This property cannot be modified at run-time.

object.LabelWrap = [boolean]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and boolean is a boolean expression that evaluates to either True or False, as described in Settings.

Client support

   Newlook Smartclient only.

Use

This property determines whether list view captions will wrap if they are too long to display horizontally in the list view column.

Settings

Setting

Description

Example

True

Any item caption that is too long to fit in the column will wrap.

False

(Default) Any item caption that is too long to display in the column will not wrap (which may mean it appears truncated).

See Also

View property | LabelEdit property

Applies To

ListView control


© 2004-2021 looksoftware. All rights reserved.