TabStripScrollableSettings
Configures the scrollable functionality of the TabStrip. (See example).
Definition
Package:@progress/kendo-angular-layout
Properties
buttonScrollSpeed?
number
Sets how many pixels the tab list scrolls when you click the scroll buttons.
100
enabled?
boolean
Determines whether the TabStrip will be scrollable.
true
mouseScroll?
boolean
Enables scrolling with the mouse wheel, touchpad, and touch gestures on touch screens.
true
nextButtonIcon?
string
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?
SVGIcon
Sets an SVG icon for the next button. You can use an existing Kendo SVG icon or provide a custom one.
prevButtonIcon?
string
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?
SVGIcon
Sets an SVG icon for the previous button. You can use an existing Kendo SVG icon or provide a custom one.
Controls when the TabStrip scroll buttons appear.
Specifies where to position the scroll buttons.