Click or drag to resize

ShellTreeViewChangeDelay Property

Specifies the delay between when a node is selected and when the handling of this change is processed.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public int ChangeDelay { get; set; }

Property Value

Int32
Remarks
Setting this property to a value greater than 0 will emulate the behaviour of the Windows Explorer and delay the updating of controls connected through a ShellControlConnector.
See Also