tags:

views:

119

answers:

0

In my project there's a need for a multi-column list control.

I wish the list could be automatically sorted upon clicking on the column header.

Since i'm using Boa constructor, the solution should not be too obtrusive, i.e. compatible with Boa's ability to read and regenerate the code.

So I thought, there can be either a built-in control that does just that, or I can create a User Control (which I currently don't know how, but I want to learn)

For now I'm using either wx.ListView or wx.Grid, but i couldn't figure a simple way to make them sortable.

How can I achieve tabular sorted control under these conditions?