Selection of node including ports

Hello,

is it possible to select a node with ports?

Current:

The green selection rectangle should cover the entire element including ports.

Thanks for helping

Try this… (see InfoNode8 in NodeLinkDemo)

// have the bounding selection handle go around the whole node
public override GoObject SelectionObject {
  get { return this; }
}