GoObject.Visible

Walter,

We have an unusual requirement. If we have a GoNode inside of an expanded GoSubGraph, and then we set GoSubGraph.Visible to false, is there a way to keep the GoNode visible without changing the data in the document?
Thanks, Tyler

Instead of setting the whole subgraph’s Visible property, why not set the Visible property on those children you don’t want to see, such as the Handle, and change the Opacity to zero and change the BorderPen to be null?

Let me try that. Thanks - T