System.Windows.Forms.ListView.FullRowSelect Property

Gets or sets a value indicating whether clicking an item selects all its subitems.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool FullRowSelect { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ListView.FullRowSelect property has no effect unless the ListView.View property of the System.Windows.Forms.ListView control is set to View.Details. The ListView.FullRowSelect property is typically used when a System.Windows.Forms.ListView displays items with many subitems and it is important to be able to see selected items when the item text is not visible due to horizontal scrolling of the control's contents.

Note:

When ListView.FullRowSelect is set to true, ToolTips for a System.Windows.Forms.ListViewItem.ListViewSubItem will not be shown; only the ToolTip for the parent System.Windows.Forms.ListViewItem is displayed.

Requirements

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