CollapsingRecordNode

I want to use CollapsingRecordNode in my project. To get me started i cut & paste the code from Demo1 in the SampleVB folder and put it into a new class in my project. The CollapsingRecordNode displays ok but there is a functionality problem, whenever i attempt to collapse a section all that happens is the heading disappears.
Any ideas what is going wrong?
I have some images to help explain what i mean but there appears to be an error with the Insert Image dialog.
Cheers...

You’re right – that appears to be a bug in our translation from C# to VB. The C# version does not have that behavior, as you can see by running the Demo1.exe that we ship in the kit.

This has been fixed in the currently available kits.

The problem was that a C# continue statement in a loop was mistranslated in the VB version.