Click or drag to resize

ShellListViewFullRowSelect Property

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

Namespace:  Jam.Shell.WPF.Controls.Winforms
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool FullRowSelect { get; set; }

Return Value

Type: Boolean
true if clicking an item selects the item and all its subitems; false if clicking an item selects only the item itself. The default is true.
See Also