Hello,
I'm having an issue with a DividedBox. The box itself has two children, the later which is has its visiblity and includeInLayout properties toggled based off of a keypressed event.
The DividedBox has its resizeToContent property set to true and works fine in most cases, correctly sizing itself to the contents. However, when the second child is toggled on or off, the DividedBox shrinks, no longer fitting all of the content of the first child.
When the content in the first child changes, the DividedBox once again properly resizes to fit the content. Is there something I could be missing?