twig
twig

Reputation: 4184

wxpython: adding a Listctrl group

Since Windows XP, there has been a feature called the ListView group which allows you to separate your data into logical groups.

Listview group

I haven't been able to find anything like this in the wxpython or wxwidget documentation for this. Is it possible to implement or do I have to write something for this myself?

Upvotes: 0

Views: 346

Answers (1)

Yoriz
Yoriz

Reputation: 3625

The module ObjectListView has a GroupListView.

Upvotes: 1

Related Questions