hello, I’m trying to use wx.DataViewCtrl to view a database table. I’ve put the wx.DataViewCtrl in a sash layout and when the user wants to view the content of another table I have to change columns and content. What is the orthodox way to accomplish this? I’ve tried with maysash.RemoveChild(mydataviewctrl) and then create another one but it doesn’t seem to work correctly (maybe because of the associated model).
thanks in advance for suggestions
Marco