###User Defined Function###
_GUICtrlListView_EndUpdate

###Description###
Enables screen repainting that was turned off with the _GUICtrlListView_BeginUpdate function

###Syntax###
#include <GuiListView.au3>
_GUICtrlListView_EndUpdate ( $hWnd )


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

###ReturnValue###
@@ReturnTable@@
Success:	True.
Failure:	False.
@@End@@


###Remarks###
None.


###Related###
_GUICtrlListView_BeginUpdate


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