listctrl with filtering and column reordering

I would like more features on my listctrl and I am wondering if there
is a mixin or other widget I am missing. The features I was most
hoping to find in a mixin is drag-and-drop column reordering and a
filter button available in the header. For an example, the detail view
list in windows explorer in Windows 7 has both of these features.
(It's all right if I don't get all the eye candy.)

As I recall, the reordering stuff is supposed to be in the 2.9 series.
I think Robin said that he almost had that ready to release, although
it may just be a Preview Build. Hopefully he will comment on that.

As for filtering, you'll probably have to do that yourself. I created
a filter for a JSON feed that I use to populate one of my listctrls,
but it's not general purpose. Maybe Robin will know about that too.

- Mike

···

On Sep 22, 7:33 pm, Frank Amoroso <frankpamor...@gmail.com> wrote:

I would like more features on my listctrl and I am wondering if there
is a mixin or other widget I am missing. The features I was most
hoping to find in a mixin is drag-and-drop column reordering and a
filter button available in the header. For an example, the detail view
list in windows explorer in Windows 7 has both of these features.
(It's all right if I don't get all the eye candy.)

The new DataViewCtrl in 2.9 will support dragging columns.

···

On 9/23/10 11:16 AM, Mike Driscoll wrote:

On Sep 22, 7:33 pm, Frank Amoroso<frankpamor...@gmail.com> wrote:

I would like more features on my listctrl and I am wondering if there
is a mixin or other widget I am missing. The features I was most
hoping to find in a mixin is drag-and-drop column reordering and a
filter button available in the header. For an example, the detail view
list in windows explorer in Windows 7 has both of these features.
(It's all right if I don't get all the eye candy.)

As I recall, the reordering stuff is supposed to be in the 2.9 series.
I think Robin said that he almost had that ready to release, although
it may just be a Preview Build. Hopefully he will comment on that.

--
Robin Dunn
Software Craftsman

Awesome, thanks.

···

On Sep 23, 1:12 pm, Robin Dunn <ro...@alldunn.com> wrote:

On 9/23/10 11:16 AM, Mike Driscoll wrote:

> On Sep 22, 7:33 pm, Frank Amoroso<frankpamor...@gmail.com> wrote:
>> I would like more features on my listctrl and I am wondering if there
>> is a mixin or other widget I am missing. The features I was most
>> hoping to find in a mixin is drag-and-drop column reordering and a
>> filter button available in the header. For an example, the detail view
>> list in windows explorer in Windows 7 has both of these features.
>> (It's all right if I don't get all the eye candy.)

> As I recall, the reordering stuff is supposed to be in the 2.9 series.
> I think Robin said that he almost had that ready to release, although
> it may just be a Preview Build. Hopefully he will comment on that.

The new DataViewCtrl in 2.9 will support dragging columns.

--
Robin Dunn
Software Craftsmanhttp://wxPython.org