Grow the size of nodes if the text in them will not fit

Hi

We explicitly set the size of our nodes but allow them to be resized. I think since we explicitly set the size, they don’t grow in size if the text in them becomes too large to appear in full. I’ve been looking for a function/property in the API to force the node to grow when required but can’t find one. Is it possible?

If it’s true that you have set the GraphObject.desiredSize (or width and height) of an object that limits the visible size of a TextBlock, then you can remove that limit by setting it back to new go.Size(NaN, NaN).