| ShellTreeViewAutoScrollDelay Property  | 
 
            The delay in milliseconds after that the control scrolls automatically during a drag and drop operation.
            A value of 0 disables the auto scroll feature.
            
 
    Namespace: 
   Jam.Shell.WPF.Controls.Winforms
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxpublic int AutoScrollDelay { get; set; }Public Property AutoScrollDelay As Integer
	Get
	Set
public:
property int AutoScrollDelay {
	int get ();
	void set (int value);
}member AutoScrollDelay : int with get, set
Property Value
Type: 
Int32 See Also
See Also