GoSubgraph Layout

Using your flowgrammer sample app, i noticed that the GoLayoutLayeredDigraph object doesn’t affect objects inside a GoSubgraph object. i tried to add the subgraph objects explicitly to the layout.Network but it didn’t work as i expected.
Any suggestions?

Thanks,
Adi

I solved the problem using the GoSubgraphBase.ReparentAllLinks… and the recursive function in the GoLayout user guide shown in page 41 (thanks walter)

Check out SubGraphApp… it’s all there.