How I add a attribute to a column of ListCtrl ?

Hi Jaime,

What about SetItemData and GetItemData?

This is not displayed/shown on the listctrl but you can use to store e.g. a primary key for your db access etc etc.

See you
Werner

Jaime Mora wrote:

···

I need to add a attribute to a column of ListCtrl, to store a value and later of using it.
I am using wxPython 2.6.0.0 on windows.
Thanks.
---
Jaime Mora