LabelWrap
This property returns and sets a value that determines whether or not labels are wrapped when a ListView control is in Icon view.
Syntax
object.LabelWrap [= Boolean]
Parameters
- object
- Object expression that evaluates to a ListView control.
- Boolean
- Boolean expression that specifies whether the labels wrap. Following are the settings for Boolean:
- True (default)
- The labels wrap.
- False
- The labels do not wrap.