When using CalculateLayout with SugiyamaLayoutSettings,Is it possible to limit the length and width of the graph to achieve the purpose of wrapping the results.
Is there a way to make nodes over a certain number or length just show in a new column.
Now like this:
There are no restrictions on the size helping to achieve the wrapping. However, with the layered layout you can control if a couple of nodes belong to the same layer with, for example, PinNodesToSameLayer. It might give you the effect you are looking for.