New to Telerik UI for ASP.NET MVC? Download free 30-day trial

TabStripScrollableSettingsBuilder

Methods

Enabled(System.Boolean)

Enables or disables scrolling. By default scrolling is enabled.

Parameters

value - System.Boolean

Example


             @( Html.Kendo().TabStrip()
                        .Name("TabStrip")
                        .Scrollable(s => s.Enabled(false))
            )

Distance(System.Int32)

Sets the scroll amount applied when the user clicks on a scroll button.

Parameters

pixels - System.Int32

The scroll distance in pixels.

Example


             @( Html.Kendo().TabStrip(Model)
                        .Name("TabStrip")
                        .Scrollable(s => s.Distance(200))
            )

In this article
Not finding the help you need?