search for: on_col_left_click

Displaying 1 result from an estimated 1 matches for "on_col_left_click".

2007 Jan 14
3
ListCtrl help
Is there any sample code around that sorts a virtual listctrl? I have loaded data into a ListCtrl and set things up so that if I click on a column heading on_col_left_click(event) gets called and it in turn sorts / reverses the sort of that column. I am printing out the data for debugging purposes so I know that my internal data representation is getting sorted but I nothing is getting updated in my window. The docs talk about using refresh_item(int) and ref...