I'm currently working with a tree of devices using an ArrayCollection to define the tree nodes. I'd prefer to use an actual tree data type composed of custom objects (each defining how to render themselves, their right click menu etc.) and have the tree display that. Can anyone suggest how to achieve that?
Thank you, Fred