###User Defined Function###
_GUICtrlTreeView_SetScrollTime

###Description###
Sets the maximum scroll time

###Syntax###
#include <GuiTreeView.au3>
_GUICtrlTreeView_SetScrollTime ( $hWnd, $iTime )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$iTime
	New maximum scroll time, in milliseconds
@@End@@

###ReturnValue###
Returns the Previous scroll time, in milliseconds.


###Remarks###
The maximum scroll time is the longest amount of time that a scroll operation can take.
Scrolling will be adjusted so that the scroll will take place within the maximum scroll time.
A scroll operation may take less time than the maximum.


###Related###
_GUICtrlTreeView_GetScrollTime


###Example###
@@IncludeExample@@
