Is it possible to get all the values(items) in a wx.ListCtrl column as a list?
I can see in the documentation that you can get a specified item, but not the whole column, GetValue() do not work either, any help??
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s one way to do it:
Personally, I like ObjectListView better than ListCtrl.