I am writing a small wizard to help the user gather data in a pleasant way, but I don't want to use the standard install wizard layout, so I am working on writing my own.
I have tried using a standard TabControl but I don't want the line of tabs on top, I just want to hide them.
Another solution would be to write a Control with a Collection of TabPages, but this seems abit much for a problem that must be a common thing.
So any recommendations? Maybe just several Panels but that would be a hassle to make changes to.