Documentation for this section has not yet been entered.
When the ListView.LabelEdit property is set to true, the user is able to modify the text of an item by clicking the item text to select it and then clicking the item text again to put the label text into edit mode. The user can then modify or replace the item's text label. You can use the ListView.BeforeLabelEdit and ListView.AfterLabelEdit events to perform tasks before and after the user edits an item's text. The text of subitems cannot be modified if this property is set to true. To change the text of subitems, you can display a dialog box to users when they double-click a subitem in the control.
If the ListView.Activation property is set to ItemActivation.OneClick or ItemActivation.TwoClick, label editing will not be allowed regardless of the value of the ListView.LabelEdit property.