###User Defined Function###
_GUICtrlTreeView_SetHeight

###Description###
Sets the height of the each item

###Syntax###
#include <GuiTreeView.au3>
_GUICtrlTreeView_SetHeight ( $hWnd, $iHeight )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$iHeight
	New height of every item in pixels. Heights less than 1 will be set to 1.
	If not even and the control does not have the $TVS_NONEVENHEIGHT style this value will be rounded down to the nearest even value.
	If -1, the control will revert to using its default item height.
@@End@@

###ReturnValue###
Returns the Previous height of the items, in pixels.


###Remarks###
None.


###Related###
_GUICtrlTreeView_GetHeight


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