MyGUI 3.2 - Extending the tree list control

perseus

02-09-2011 12:56:28

Hi all, I was wondering, what's the best approach to extend the functionality of the tree list control in mygui. In particular, I need to add checkboxes to the tree items. Should I perhaps inherit the Node class? Or directly GenericNode?
Thanks