Getting a MultiText node to size right

Hi,
I have a GoMultiTextNode with an inner GoText node. The MultiText node has a caption row and a “body” row. When I edit the body row and enter multiple lines of text, the node doesn’t resize. I only get 1 line of visible text. I assume this is because the body row is actually an inner child object and the node doesn’t know to resize itself to accomodate the needs of the inner child object.
Can you tell me how to have the MultiText node size itself to accomodate the inner GoText child node’s height ?
Thanks
Mark

Is the node’s AutoResizes property set to false? If so, try setting it to true.

That worked great, thanks for the help.
Mark