Binding group width to Node width

Is it possible to bind the group width to node width property ? ( So i don’t need to use implement custom resize tool to achive same)
image

With above image, two templates used for group and node. Expectation is node width should be similar to the group width when group is resized. Group and node templates are used from sample - Regrouping Demo

If a Group has a Placeholder, then the placeholder’s size is determined by the area covered by the group’s member nodes and links.

So it would be quite natural to have the group’s width be dependent on the width of the member nodes if the group layout arranges them in a single column. Most group templates have this feature.

But if you want resizing a group to change the width of its member nodes, then you’ll need to customize the ResizingTool.

See Planogram Resize - #6 by walter