NoLabelWrap property


Available for ListView objects.

Read/Write only at design time

Specifies whether a ListView object displays item text on a single line or text can wrap. It can be one of the following values:

FALSE   ListView object wraps item text if it does not fit on a line (default).
TRUE     ListView object displays item text on a single line.


REMARKS
: This property is only effective when ListView objects are in Icon mode (see
View property).