Vertilka
Vertilka

Reputation: 183

how to allow user to order columns with wxListCtrl in report mode

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

Tnx, Vertilka

Upvotes: 1

Views: 401

Answers (1)

ravenspoint
ravenspoint

Reputation: 20457

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.

Upvotes: 1

Related Questions