Click or drag to resize

ExplorerBrowserCheckMode Property

Gets or sets a value defining the current CheckMode.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public CheckMode CheckMode { get; set; }

Property Value

Type: CheckMode
A CheckMode value.
Remarks
Checkboxes is not supported as it causes strange effects in conjuction with small icons view. Therefore AutoSelect will be used instead.
See Also