Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.LabelWrap Property

Returns or sets a value that determines if labels are wrapped when the ListView is in Icon view.

Syntax
Public Property Get LabelWrap () As Boolean
Public Property Let LabelWrap (ByVal New_Value As Boolean)
Parameters
Parameter Description
ByVal New_Value As Boolean The new value
Remarks