Wed 2 Nov 2011
wxPython: An Intro to the UltimateListCtrl
Posted by Mike under Python, wxPython
No Comments
One of the new agw widgets to be included in wxPython is one called the UltimateListCtrl. It’s a pure Python widget that can have pretty much any other widget stuck into any of the cells, which makes it really flexible. It also allows the skilled programmer the ability to add custom renderers to make the interface different. In this article, we will take a quick look at this fascinating widget. (more…)
