Text for CollapsingRecordNode disappears

If the text for a CollapsingRecordNode is too long, the text doesn’t display at all. I’ve tried playing around with the wrapping, width, resziable, rescalable methods etc but nothing seems to work.

Ideally i'd like the text to wrap and the node to resize (in height) as required.
Any ideas?
Thanks...

The way the code works as it sits in Demo1… if you make the node itself resizable, the text fields will show the ellipsis if the nodes isn’t wide enough to display all the text.

With GoText objects, you can set Wrapping = true, and WrappingWidth = value and it will wrap onto multiple lines. But I don't see a way to pull out that behavior inside CollapsingRecordNode.