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.1
Syntax
public int ChangeDelay { get; set; }

Property Value

Type: 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