LabelWrap

Applies to

ListView controls

Description

When the LabelWrap property is enabled, long ListView item labels wrap in a large icon view. If LabelWrap is not enabled, labels are displayed on a single line. LabelWrap does not apply to report, list, or small icon views.

Usage

In a painter

To enable label wrap for a ListView control:

  • Select the Label Wrap check box on the General page of the control's Properties view.

In scripts

The LabelWrap property takes a boolean value. The following line enables word wrapping of labels in a ListView:

lv_1.LabelWrap = TRUE