MultiTextNode with Grouping

I’d like to create a new node class that lets you display multiple text objects, much like the MultiTextNode class. However, I require some extra functionality. I want to be able to group these text items, preferably using GoListGroups, and then be able to expand and collapse these groups. Also, I may want to group more that one level deep.
I don’t mind doing the work myself, but is there any chance of getting the code for the MultiTextNode class? It would give me a great jump start.
Thanks

Sounds like you might want to consider implementing that using GoSubGraph, where you override GoSubGraph.LayoutChildren to position all the children in the same manner GoListGroup does.
But what you suggest also sounds like a good strategy.
Regarding particular source code: sure, if you have purchased a support subscription. Just send us e-mail.