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

MenuScrollableBuilder

Methods

Distance(System.Int32)

Distance sets the scroll amount (in pixels) that the menu scrolls when the scroll buttons are hovered. Each such distance is animated and then another animation starts with the same distance. If clicking a scroll button, the menu scrolls with by doubling. Default value is 50.

Parameters

pixels - System.Int32

The scroll distance in pixels.

Example


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

In this article
Not finding the help you need?