Hi! I'm trying to create a flow like this, which I reckon is a subflow.
Essentially, it's a bunch of parent nodes flowing from left to right (horizontally), and the child nodes are nested within the parent node (vertically).
Parent's height and width needs to adjust accordingly to the width of the child nodes, and how many child nodes there are in the parent (height of each node + distance between them + padding from parent)
I wonder if there are any layouting algorithms that would allow this? And if not, do I have to create my own layouting algorithm?