I am new to wxPython. Can someone help me in:
How to add multiple TreeListCtrl on Frame/Panel like following:
First TreeListCtrl
show the tree and its child
Second TreeListCtrl
show the tree and its child
Third TreeListCtrl
show the tree and its child
Second, what is the best way to implement a TreeListCtrl in wxPython like TreeList(shown in black border) shown in following image? Do i need to customize the default wxPython TreeListCtrl or is there any way without it? Any suggestions?
Actually, i want to show/add multiple root in the TreeList, i know this is not possible in wxPython, so what is the right way achieve such functionality?
Regards,