Search code examples
pythonwxpythonlistctrl

How can i get the item in a list when i click on it


when i doubleclick one line , return the item of the second column in this line. how to achieve this? i found a function : GetItem().GetText() but i don't know how to use it . please give me an example. or you can use some other methods. thank you!


Solution

  • The documentation talks about how GetItem works, but I found a couple forum threads that explains it for you: