I am aware of the TabVisible(x) property using the SSTab control. But is there a way to set an individual tab's visible property using the TabStrip control?
About the only help that I can offer is to remove the tab in question when not wanted using the .Tabs.Remove method, and add it back when desired using the .Tabs.Add method.
The .Tabs.Add method allows you to determine at which position a tab should be inserted via index, so where you would be making a tab invisible, you just remove the tab, and where to be made visible, you add the tab into that position. [/b][/i][/u]*******************************************************[sub]
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!
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.