Select of GoNodes on GoView

How can I select/highlight a GoNode on a GoView programmatically?

I know how to iterate over GoView to grab the node, but have no idea how to select it…

GoView has a Selection object…



view.Selection.Add(node)