Is there a way to get an event when the user changed the order of columns of a listctrl (in report view)?
EVT_LIST_COL_END_DRAG / EVT_LIST_COL_BEGIN_DRAG only work for width changing and
for EVT_LEFT_DOWN i get no event.
I fear it's not possible because it's a system control !?