Introducing a pagepanel

There’s an area in my MainWindow where I have a number of controls. I’d like to use that area for various different purposes, and it looks like a PagePanel is what I need. I can add a PagePanel but how can I move those existing controls into it? I can’t even seem to add a new control!

Also: once everything is set up, for accessing the controls in a page, does the PagePanel become part of the dotted naming hierarchy?

Move the controls aside, drag page panel out, drag controls onto each page.

No.

Thanks both. Now I have a working PagePanel. Only took five minutes with no code changes. Tra-la!