System.Windows.Forms.ListView.LabelWrap Property

Gets or sets a value indicating whether item labels wrap when items are displayed in the control as icons.

Syntax

[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue(true)]
public bool LabelWrap { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the ListView.LabelWrap property is set to true, the item text is wrapped to the next line of text if needed. If the text is longer than two lines of text, the text is shortened. If the user selects the item, all the item text is displayed. If the ListView.LabelWrap property is set to false, all item text is displayed on a single line. The entire item text is displayed when the ListView.LabelWrap is set to false. This property is only used when the ListView.View property is set to View.LargeIcon or View.SmallIcon.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0