I don't believe you can hide or show individual tabs, as they're not actual controls. What they are is an enumeration telling the framework how to render a tabbed dialog. So, with that said, you would need to remove the tab from the enumeration altogether to hide it, and add it back in to show it.
Thank you. That makes sense. One problem, though. When I want to add it back I have to use TabControl1.Controls.Add (t)
and it adds the page to the end. I don't see any property that will allow me to show the tab at a specific place. DO you know how to do it?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.