Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding a tab to ssTab

Status
Not open for further replies.

achmo

Programmer
Joined
Aug 30, 2001
Messages
56
Location
IL
hello,

I want to add a tab (at design time) to an sstab, the new tab should be in between two exising tabs and not just at the end of the sstab. How do I do that?

Thanks for helping a newbie...

Yael
 
To add the tab:
Code:
SSTab1.Tabs = SSTab1.Tabs + 1

As for where it is positioned I am unsure.


Clive [infinity]
Ex nihilo, nihil fit (Out of nothing, nothing comes)
 
Check out: thread222-559316
I think it answers your question or will give you more information about using SSTabs anyway.

I've read in several places that it might be better to use a tabstrip instead of an SSTab control.

Also a further tip: it is recommended that you place all the controls for each tab in a frame for flexibility and tab order purposes.

Clive [infinity]
Ex nihilo, nihil fit (Out of nothing, nothing comes)
 
thanks! I've read the thread, and it seems there is no way but the hard way - add tabs at the end of the sstab and start moving controls from tab to tab. Oh well...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top