I am writing an application who's GUI changes depending on several conditions. I implemented this in Qt4 and internally used QStackWidget (basically, it's a series of controls, which only one can be visible each time).
I am currently using a TabControl - what are my alternatives in C#?
EDIT:
I wrote a Qt4 application which was using QStackWidget. Now I am re-writing the same application in C#. No code is shared, this is a different application.