Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it possible to hide Tabs?
Message
 
To
23/08/2002 13:02:31
Ron Hodge
Sebrex Systems, Inc.
Dacula, Georgia, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00693025
Message ID:
00693084
Views:
25
Yes. Hide and Show are broken for tab pages in the current release.
Instead use Clear (to clear them all) then Add the ones you want

For example:
TabControl1.TabPages.Clear()
TabControl1.TabPages.Add(TabPage1)
TabControl1.TabPages.Add(TabPage2)
TabControl1.TabPages.Add(TabPage4)
>Is it possible to hide the tabs in a Windows TabControl?
>Thanks.
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform