Edit multiple columns in wxCheckedListCtrl

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
ydsun
Knows some wx things
Knows some wx things
Posts: 27
Joined: Wed Dec 19, 2012 9:44 pm

Edit multiple columns in wxCheckedListCtrl

Post by ydsun »

Hi there,

I want to make columns in a wxCheckedListCtrl editable. As I see, only the first column can be edited. I am using a very old version checkedlistctrl.cpp v 1.15 2005/10/20. I wonder if wxCheckedListCtrl has got a new version that supports all columns editing.

If I have to use wxDataViewListCtrl instead, does it support checkbox that I need?

Thanks!
Post Reply