Quote:
|
Originally Posted by Stefan
The GuiTextListCtrl doesn't display column headers, but you can use columns (values separated by tabs "\t"), and you can add your own controls for the headers, you can use text labels or buttons or whatever
|
Or if you really want the buttons, just make GuiButtonCtrls, and make their click event sort the list by that column.