Documentation for this section has not yet been entered.
The ListViewItem.Text property allows you to change the text displayed for the item. The text of the System.Windows.Forms.ListViewItem should not exceed 259 characters or unexpected behavior could occur.
You can use the ListViewItem.BackColor, ListViewItem.ForeColor, and ListViewItem.Font properties to specify how the text is displayed. The System.Windows.Forms.ListView class provides the ListView.LabelWrap property that determines whether text wraps to the next line or is displayed on a single line.