###User Defined Function###
_GUICtrlListView_SortItems

###Description###
Starts the sort call back, also sets the Arrow in the Header

###Syntax###
#include <GuiListView.au3>
_GUICtrlListView_SortItems ( $hWnd, $iCol )


###Parameters###
@@ParamTable@@
$hWnd
	Handle of the control
$iCol
	Column clicked
@@End@@

###ReturnValue###
None.


###Remarks###
For use only in conjunction with <a href="_GUICtrlListView_RegisterSortCallBack.htm">_GUICtrlListView_RegisterSortCallBack()</a>.

A down-arrow/up-arrow is drawn on column selected if the option was set when calling <a href="_GUICtrlListView_RegisterSortCallBack.htm">_GUICtrlListView_RegisterSortCallBack()</a>.


###Related###
_GUICtrlListView_RegisterSortCallBack


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