Active X Container

Hello,
Is it possible to create an active-x container (like iGraxf Flowcharter) and add Ports / Links to this Container with GoDiagram? If no, is it planned to implement this in further versions of GoDiagram?

Yes, you can do this using GoControl objects. It might require some programming on your part to modify the behavior of the control so that it handles initialization and focus issues in the way you want.
You might want to take a look at the RichText example class in Demo1, or the TreeViewNode example class at:
http://www.nwoods.com/forum/uploads/TreeViewNode.cs
And of course it wouldn’t hurt to search in this forum.

Thanks a lot