@uriel wrote:
I have the code below,
I want to double click on the panel and find the panel location, (i want to open a special form at that place)
I use the diagramEvent to find the part
and tried to get the location from event.subject.partis there a way to do it?
let link =new go.Link() let panel = new Panel(Panel.Auto); link.add(panel)
Posts: 1
Participants: 1