Returns or sets a value that determines whether or not labels are wrapped when a ListView control is in Icon view.
Syntax
object.LabelWrap [= boolean]
The LabelWrap property syntax has these parts:
Part | Description |
object | An object expression that evaluates to a ListView control. |
boolean | A Boolean expression specifying if the labels wrap, as described in Settings. |
Settings
The settings for boolean are:
Setting | Description |
True | (Default) The labels wrap. |
False | The labels don't wrap. |
Remarks
The length of the label is determined by setting the icon spacing in the Control Panel, Desktop option, in Windows NT. In Windows 95, use the Appearance tab in the Display control panel.