Hide Tabs property
Hide Tabs is a notebook-level property that is used to hide or display notebook tab headers.
Setting | Description |
---|---|
True |
Tab headers are hidden to the user, but the tab contents are visible. The notebook component becomes similar to a form page that contains a button, which allows you to view the next tab. |
False | Default. Both the tab headers and tab contents are visible to the user. |
In Design Mode, the tab headers are always visible, regardless of what value is set for the Hide Tabs property. This is to ensure ease of navigation during development.
Note: When you apply this property to a notebook
component, the tab headers are hidden in the web client display only. This property is not
applicable to the Windows (smart) client display.