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
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.
Hi Viktor,
thx for your answer. I'm asking about WebTab. The solution you suggested hides the tabs but not the whole tabstrip. I want to use the WebTab like a MultiView because of the dynamic loading features. I found this suggestion here in the forum. But when I can't hide the tabstrip, it is not the same.