Window with multiple "tabs"

How can I create a Window with some “tabs”? I want to do something like a “Install Program Window”, by clicking on some buttom like “next” or “previous”, this access new tabs in the same Window. I could only do this creating multiple windows, and using Window.Show=True/False, but didn’t help much. These “Install” aplications probably have multiple windows, right? But it seems like just one. That’s what I’m looking for.

Of course you can do this with PagePanels. Just put on each panel your Forward/Backward Buttons…

There are installer makers out there if you are trying to make an installer for your app.

Thank you for the help!