###User Defined Function###
_GUICtrlTreeView_GetScrollTime

###Description###
Retrieves the maximum scroll time

###Syntax###
#include <GuiTreeView.au3>
_GUICtrlTreeView_GetScrollTime ( $hWnd )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
@@End@@

###ReturnValue###
Returns the maximum 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_SetScrollTime


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