ShellTreeViewAutoExpandDelay Property |
The delay in milliseconds after that a folder is expanded automatically during a drag and drop operation.
A value of 0 disables the auto expand feature.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public int AutoExpandDelay { get; set; }
Public Property AutoExpandDelay As Integer
Get
Set
public:
property int AutoExpandDelay {
int get ();
void set (int value);
}
member AutoExpandDelay : int with get, set
Property Value
Type:
Int32See Also