@scoy wrote:
I am trying to add an error type node to a group that contains multiple other children task nodes with padding around the task nodes. The error node belongs to the same group as the task nodes but should have a different layout. The task nodes are arranged linearly in the middle of the group node, but the error node should be attached to the bottom of the group node and hanging over the edge, like an adornment. I need to be able to add multiple error nodes to this parent group and have them re-layout along the bottom of the group node. Every time a new task node is added or removed from the group, the error nodes should still stay on the bottom edge of the group, but the group should resize to the size of the children task nodes. Is this possible, and if so, is there a best way to approach this problem?
This is what it should look like:
Posts: 4
Participants: 2