Hello,
I was wondering if there is a way to handle panel elements space distribution, so that every GraphObject takes even space, so we end up with the same spaces between them?
For example, in https://gojs.net/latest/samples/dynamicPorts.html we can create variable number of ports, how come I could set the ports to take the whole available space between them and align them nicely on the edge of a node?
So instead of this
:
You would end up with this
:
I would like to be able to do this purely with templates, but haven’t found a way yet…
Thanks,
Ovidijus