wxPython - Save Items in ListCtrl
- by dpswt
Hello everyone. My question is if we can save the items on ListCtrl so everytime someone opens the application, the items are there and if the user removes it, it also removes from the configuration.
I know that I can use wx.Config and I'm trying to accomplish using that but I don't know how to read it in a way to accomplish what I want.
So what I would like to know is a proper way to write/read the wx.Config in a way that everytime someone opens the application, the items from ListCtrl are there.
Thanks in advance.