Hey everyone, I have a listview I am sorting when the user clicks on the header, and everything is working OK except I would love a way to know what column is sorted and how (ascending/descending). I'm using _GUICtrlListView_RegisterSortCallBack/_GUICtrlListView_SortItems. I do have code but its pretty large and I'm not sure it would help to show. Maybe there is a way to know which column/way the arrow is drawn with _RegisterSortCallBack? Not sure if that would be a different method tha