Hi,
The auto panel in a group automatically adjusts the location
and desiredSize
in order to contain the child elements. I am looking for a solution to put elements in a group while maintaining the location
property of the group while maintaining a container that surrounds all elements in the group.
What I read about the Auto
type, this is not possible since the shape is defined as width
/ height
w.r.t. the location which means that the location
needs to be adjusted in order to contain all nodes. Is this possible using another container? By giving the shape an offset w.r.t. the group location
or something like this?
Thanks.