hello, is there some way to intercept that a column label in a wxListCtrl has been shifted in another position (dragged with mouse left button)?
In the demo wx.ListCtrl the EVT_LIST_COL_DRAGGING event is fired only when the right or the left border of a column label are dragged in another position (changed width of the label, not changed its position in relation to other labels)
Wxpython 2.9/3.0.1, on win7, python 2.7
Marco