Search code examples
pythonwxpythonlistctrl

wx.ListCtlr grouped list


Does anyone know a solution to group my listctlr list? I have read about the groupListView but it is not really python based solution and less supported by python. Unfortunately I did not find solution. Thanks for any idea, suggestion!


Solution

  • ObjectListView The GroupListView supports arranging rows into collapsible groups.