Skip to main content

An ObjectListView is a wrapper around the wx.ListCtrl that makes the list control easier to use

Project description

ObjectListView
==============

*An ObjectListView is a wrapper around the wx.ListCtrl that makes the
list control easier to use. It also provides some useful extra functionality.*

* Automatically sorts rows.
* Easily edits the cell values.
* Supports all ListCtrl views (report, list, large and small icons).
* Columns can be fixed-width, have a minimum and/or maximum width, or be
space-filling.
* Displays a "list is empty" message when the list is empty (obviously).
* Supports checkboxes in any column
* Supports alternate rows background colors.
* Supports custom formatting of rows.
* The `FastObjectListView` version can build a list of 10,000 objects in less
than 0.1 seconds.
* The `VirtualObjectListView` version supports millions of rows through
ListCtrl's virtual mode.

Dependencies
============
* Python 2.4+
* wxPython 2.8+

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page