Tab control no tabs showing

Started by Brian Chirgwin, August 06, 2009, 11:14:04 AM

Previous topic - Next topic

Brian Chirgwin


Is it possible to use the tab control where all tabs are hidden? Switching between tabs will be programmatic only.

I've tried setting the tab height to 0, but this doesn't work. I can set it to 1, but the tabs appear and looks like it wasn't drawn quite right.

I am trying to create a Wizard like input where one clicks Prev/next. (Similar to this anyway). Tab control is great because I can put all the common stuff above and below the tab and the tab could contain the wizard step. I can move through the tabs in the order required.

I don't want to put all the controls in the same form and hide/show the correct controls as there are many. It also makes it difficult if not impossible to reuse individual forms.

Any one know how to hide the tabs completely. Is there are better way to this functionality?


Brian Chirgwin