TabStripScrollableSettings
The settings for the scrollable functionality of the TabStrip. (see example)
Name | Type | Default | Description |
---|---|---|---|
buttonScrollSpeed? |
|
|
Sets the tab list scroll speed in pixels when clicking the scroll buttons. |
enabled? |
|
|
Determines whether the TabStrip will be scrollable. |
mouseScroll? |
|
|
Determines whether the TabStrip will be scrolled with the mouse or other pointer devices such as touchpads and touch screens. |
mouseScrollSpeed? |
|
Deprecated in v.18.0.0 and will be removed in v.19.0.0 of the | |
nextButtonIcon? |
|
Allows defining a custom CSS class, or multiple classes separated by spaces, which will be applied to the span element of the next scroll button. Allows the usage of custom icons. | |
nextSVGButtonIcon? |
|
Defines an SVGIcon to be rendered for the next button icon. The input can take either an existing Kendo SVG icon or a custom one. | |
prevButtonIcon? |
|
Allows defining a custom CSS class, or multiple classes separated by spaces, which will be applied to the span element of the prev scroll button. Allows the usage of custom icons. | |
prevSVGButtonIcon? |
|
Defines an SVGIcon to be rendered for the previous button icon. The input can take either an existing Kendo SVG icon or a custom one. | |
scrollButtons? |
|
Determines the TabStrip scroll buttons visibility mode. The possible options are:
| |
scrollButtonsPosition? |
|
Determines the TabStrip scroll buttons position. The possible options are:
|