PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Brian Chirgwin on August 06, 2009, 11:14:04 AM

Title: Tab control no tabs showing
Post by: Brian Chirgwin on August 06, 2009, 11:14:04 AM

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?

Title: Re: Tab control no tabs showing
Post by: Brian Chirgwin on August 06, 2009, 11:39:18 AM

I found an answer that looks like it will work under this topic http://planetsquires.com/support/index.php?topic=2285.0 (http://planetsquires.com/support/index.php?topic=2285.0).