In case you have too many Tabs for the available page width, you can easily make the
tabstrip scrollable by setting the ScrollChildren property to
"True".
The scroll buttons can be positioned to the left, to the right, or to sideways
(one to the left and one to the right) of the tabstrip. Button positioning is
controlled from the ScrollButtonsPosition property.
When scrolling, the tabstrip can be set to advance smoothly or per tab
(where the tabstrip advances with one complete tab to the left or to
the right at a time). This behavior is controlled by the PerTabScrolling
property.
Any of these properties can also be set per tab, in which case they affect
only the child nodes of tabs. Note that none of these properties'
values are inherited down the tab hierarchy.
To change the appearance of the scroll buttons, edit the
following style selectors inside the "styles.css" class in the Skin
you are using (located at ~/RadControls/TabStrip/Skins/{SkinName}):
-
leftArrow
-
rightArrow
-
leftArrowDisabled
-
rightArrowDisabled