Hello all, I'm struggling with a sorting problem with my Listview: I want be able to sort it by clicking the Names on top.   Global $listview = GUICtrlCreateListView("Date |Requests |Impressions |Clicks |CTR |eCPM |Earnings ", 15, 160, 679, 105) func _listview() _GUICtrlListView_DeleteAllItems($listview) GUICtrlSetBkColor($listview, 0xF2F6F7) ;~ _GUICtrlListView_SetBkColor($listview, 0x0000FF) _GUICtrlListView_SetColumnWidth($listview, 0, 85) EndFunc