How to hide TabPage from TabControl in WinForms 2.0?
+6
A:
No, this doesn't exist. You have to remove the tab and re-add it when you want it. Or use a different (3rd-party) tab control.
Marc Gravell
2009-02-16 08:20:23
+7
A:
Visiblity property has not been implemented on the Tabpages, and there is no Insert method also.
You need to manually insert and remove tab pages.
Here is a work around for the same.
http://www.dotnetspider.com/resources/18344-Hiding-Showing-Tabpages-Tabcontrol.aspx
amazedsaint
2009-02-16 08:20:56