DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   C# (http://www.daniweb.com/forums/forum61.html)
-   -   A collection of TabPages without the tabsection (http://www.daniweb.com/forums/thread167855.html)

Torquai Jan 12th, 2009 9:05 am
A collection of TabPages without the tabsection
 
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.

Ramy Mahrous Jan 12th, 2009 9:38 am
Re: A collection of TabPages without the tabsection
 
You can use some containers and play with them, to show one and hide others.

LizR Jan 12th, 2009 10:04 am
Re: A collection of TabPages without the tabsection
 
You can use panels and have buttons instead

Torquai Jan 12th, 2009 10:39 am
Re: A collection of TabPages without the tabsection
 
I see that I failed to mention that the reason I want to hide the tab-bar is because I want to guide the user using next and previous buttons. If nothing I could always ignore the mouseclicks on the bar so that nothing happens, but in my eyes that looks ugly. But maybe I have to live with it then, I can't be bothered to write a control from scratch just for some eye-candy.

Another option is just placing a panel over the tab-bar :)

Just hope I won't have any flickering.

Thanks for the replies

LizR Jan 12th, 2009 10:43 am
Re: A collection of TabPages without the tabsection
 
Well then just use panels, and you can have next and back buttons at the bottom or whatever suits you

Torquai Jan 12th, 2009 10:49 am
Re: A collection of TabPages without the tabsection
 
Best solution I guess, for now.

Thanks


All times are GMT -4. The time now is 8:44 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC