ListView is a class that inherits from a TreeView and that provides an easier API than the standard TreeView.
Here are some key features of "ListView":
· Internal reordering with multiple selection
· Automatic and efficient sorting of columns based on multiple criteria
· Prevents moving a row into another row
· No need to create a ListStore, it is managed internally by the ListView
· It's possible to mark a row and to let the mark move with the row (when reordering, sorting...)
What's New in This Release:
· Replaced TYPE_INT by TYPE_PYOBJECT as the fifth parameter type of extListview-dnd
· Prevent sorting rows when the list is empty
Product's homepage