###User Defined Function###
_GUICtrlListView_GetItemSpacingY

###Description###
Determines the vertical spacing between items in the control

###Syntax###
#include <GuiListView.au3>
_GUICtrlListView_GetItemSpacingY ( $hWnd [, $fSmall = False] )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$fSmall
	[optional] View for which to retrieve the item spacing:
		True - Small icon view
		False - Icon view
@@End@@

###ReturnValue###
Returns the vertical spacing.


###Remarks###
None.


###Related###
_GUICtrlListView_GetItemSpacing


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