@Davaaron wrote:
Hi,
I would like to split my Diagram into multiple pieces to establish a layout for my application.
The data flow is from left to right and I got 5 different diagram “container”. The container are fully stretched in height and got a background color and they are aligned horizontally to each other. Each container should have its own layout algorithm. Each container can be zoomed independently, like hovering the mouse over container1 and wheeling does zoom in or out in container1 but does not have effect on any other container (2-4). Likewise panning.
Nodes within each container can be connected. So nodes from container1 should be connectable to nodes from container2, nodes from container2 to nodes from container3 and so forth.The containers themselves cannot be resized manually by the user (but should be resizable like when the window’s size changes).
Is this possible to achieve? How would you do that? Using groups? Using subgraphs? Using panels?
Is it possible to apply logic (layout, zooming, panning) only to specific areas (groups, subgraphs, panels)?Thanks in advance.
Posts: 1
Participants: 1