views:

129

answers:

1

with wxListCtrl, how to allow the user to rearrange the column order at runtime ? just like in windows.

Tnx, Vertilka

+1  A: 

The wxListCtrl has quite a limited set of features. I do not know whether or not it includes this. However, if you want to get fancy, switch to using wxGrid, which has this and almost every other feature you could imagine, and is also part of the wxWidgets toolset.

ravenspoint