I like and often use ObjectListView, but it's just a wrapper for a
ListCtrl, You can install a checkboxes in any column, but I don't
believe you can pick and choose rows.
I don't think you can make a checkbox disabled, but you could
certainly prevent it from being checked and perhaps grey out the text
to hint at the intended idea.
Andrea's ULC is the way to go here I believe..
You should have both handy for the future in my opinion though...
Looking forward to the DataViewCtrl which I think we're getting in the
next wxpython version
- michael