Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
Hide Tabs
posted

 Hi everybody,

is there a way to hide the tabs like they style=wizard property in WinTab?  I couldn't find a way to do this?!

Thx in advance

Bob 

Parents
No Data
Reply
  • 24497
    posted

    Hi Bob,

    If you ask about win control then you should send you question to win forum.

    For UltraWebTab you may edit tabs using Tabs property which is accessible from quick designer, from property page and at run time. You may hide existing tab from user using Tab.Visible=false property on server and tab.setVisible(false) on client. Similar to show hidden tab.

Children