Is it possible to put a button inside a ListCtrl element using wxPython? Right now, I have a ListCtrl that has data with a name and file size, and I want the user to be able to click a button to download the file. If this is not possible, is there a way to display the image in ListCtrl and then make it clickable so that I can attach an action to it?
source
share