Returns or sets a value that determines whether or not labels are wrapped when a ListView control is in Icon view.
object.LabelWrap [= boolean]
The parts of the LabelWrap property syntax are described in the following table.
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. |
The settings for boolean are described in the following table.
Setting | Description |
---|---|
True | (Default) The labels wrap. |
False | The labels don't wrap. |