TabControl without the tabs (QStackWidget in c#)
Posted
by elcuco
on Stack Overflow
See other posts from Stack Overflow
or by elcuco
Published on 2010-05-28T19:13:15Z
Indexed on
2010/05/28
19:42 UTC
Read the original article
Hit count: 180
c#
|tabcontrol
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.
© Stack Overflow or respective owner