I subclass Container, call it “MyContainer”, and set its Super to DesktopContainer. The documentation says “add your controls directly to the Container in its layout”, but I can’t find any way to see the layout of the container in the IDE - there’s no layout button. What am I missing?
If I select an instance of MyContainer in a Window, there’s a tooltip on the Layout button saying “Go to MyContainer1’s” Layout", but pressing it does nothing.