Search code examples
wxpythonwxwidgets

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?


Solution

  • The module ObjectListView has a GroupListView.