Resizing objects in a node, independently

Hi,
Suppose that i have a node with TextBox and Picture aligned Vertically.
I want the user to be able to resize each object in the node independently, namely the ability to select the TextBox resize it and then select the Picture and resize it.
In other words the ability to select each object in a node and resize it.
Regards,
Tany

Try this: Minimal GoJS Sample

The click event handler changes the Part.resizeObjectName, which can work if each such object with this event handler has a unique GraphObject.name within the node.

Thanks,
I don’t any link to the code…

As is the case for almost all GoJS samples, the complete implementation is in the page itself.

I pressed the link you sent and i see only the application without any link.
What should i look for in the sample page ?

Execute your browser’s “View Page Source” (or equivalent) command.

Some browsers don’t have that command, for example on mobile devices.

OK,
Thanks