Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: eranon on November 15, 2012, 01:50:05 pm

Title: wxSmith and wxTreeCtrl, wxTreeList, wxDataViewTreeCtrl, wxTreeListCtrl
Post by: eranon on November 15, 2012, 01:50:05 pm
Hello. I see the wxTreeCtrl and wxTreeListCtrl (contrib) in wxSmith, but not the wxTreeList and wxDataViewTreeCtrl. What about them ? What's the best (the most reliable for both Windows, Linux, OSX), from your experience, for a simple expanded tree (collapse feature being disabled) with just the need to choose color for every item and possibility to add/remove items at any position ?

--
EDIT : close to go with wxDataViewTreeCtrl. How to manage it from wxSmith ? Should I drag n' drop a wxTreeCtrl, then just change its class in properties grid ?

EDI#2 : OK, done using custom control declared as wxDataViewTreeCtrl.