System.Windows.Forms.TreeView.FullRowSelect Property

Gets or sets a value indicating whether the selection highlight spans the width of the tree view control.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

When TreeView.FullRowSelect is true, a selection highlight spans the entire width of the tree view, display instead of the width of just the tree node label. The TreeView.FullRowSelect property is ignored if TreeView.ShowLines is set to true.

Requirements

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