---
title: Scrollable Tabs
page_title: Scrollable Tabs - TabStrip - Kendo UI for Vue
description: "The scrollable feature of Kendo UI TabStrip wrapper for Vue."
slug: scrollable_tabs_tabstrip_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/layout/tabstrip/"
position: 5
---

<div><WrapperBanner link="/kendo-vue-ui/components/layout/tabstrip"></WrapperBanner></div>    

# Scrollable Tabs

The tabs of the TabStrip are scrollable by default.

To disable the tab scrolling, set the `scrollable` prop to `false`. To control the speed of the scrolling, use the `scrollable-distance` prop.

{% meta height:250 %}
{% embed_file tabstrip/scrollable/main.vue preview %}
{% embed_file tabstrip/scrollable/main.js %}
{% endmeta %}

## Suggested Links

* [Kendo UI TabStrip for jQuery](https://docs.telerik.com/kendo-ui/controls/navigation/tabstrip/overview)
* [API Reference of the TabStrip Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/tabstrip)
