TabStripScrollableSettings
Configures the scrollable functionality of the TabStrip. (See example).
Name | Type | Default | Description |
---|---|---|---|
buttonScrollSpeed? |
|
|
Sets how many pixels the tab list scrolls when you click the scroll buttons. |
enabled? |
|
|
Determines whether the TabStrip will be scrollable. |
mouseScroll? |
|
|
Enables scrolling with the mouse wheel, touchpad, and touch gestures on touch screens. |
nextButtonIcon? |
|
Sets custom CSS classes for the next scroll button icon. You can define a single class or multiple classes separated by spaces. Use this to apply custom icons. | |
nextSVGButtonIcon? |
|
Sets an SVG icon for the next button. You can use an existing Kendo SVG icon or provide a custom one. | |
prevButtonIcon? |
|
Sets custom CSS classes for the previous scroll button icon. You can define a single class or multiple classes separated by spaces. Use this to apply custom icons. | |
prevSVGButtonIcon? |
|
Sets an SVG icon for the previous button. You can use an existing Kendo SVG icon or provide a custom one. | |
scrollButtons? |
|
Controls when the TabStrip scroll buttons appear. | |
scrollButtonsPosition? |
|
Specifies where to position the scroll buttons. |