I'm working with VST / VDT since many years. But now I'm kind of stuck on a project and wonder how you could draw Child Nodes side by side, right next to each other, instead of "row by row"?
Pictures say more than words:
1) Currently, which is the default behaviour
2) Desired (Photoshop'd), without using N columns
3) Forced, empty branch remains
I didn't look at the VTV code yet, but it appears that the default behaviour is "hardcoded".
That means even if I force the Child Node(s) at the desired position by calculating the Canvas position(s) manually, an empty branch remains. The more children, the more empty branches.
One solution I came up with includes adding N Columns. But I really don't like that because the children must flow and wrap when I resize the Window.
So for me it almost looks like VST / VDT is inappropriate for that task. Or what do you think? Can you recommend a solution / component to achieve the desired output? Did you already run into a similar problem? How did you solve it?
Thank you very much in advance for your attendance and time!