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

TabStripScrollableSettingsBuilder

Methods

Enabled(System.Boolean)

Enables or disables scrolling. By default scrolling is enabled.

Parameters

value - System.Boolean

The value which will be used for enabling or disabling the scrolling.

Example


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

Distance(System.Int32)

Sets the scroll amount (in pixels) applied when the user clicks on a scroll button.

Parameters

value - System.Int32

The value for Distance

In this article
Not finding the help you need?