<kendo:menu-scrollable>

If enabled, the Menu displays buttons that scroll the items when they cannot fit the width or the popups' height of the Menu. By default, scrolling is disabled.The following example demonstrates how to enable the scrolling functionality.

Example

<kendo:menu>
    <kendo:menu-scrollable></kendo:menu-scrollable>
</kendo:menu>

Configuration Attributes

distance float

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 by doubling the distance.

Example

<kendo:menu-scrollable distance="distance">
</kendo:menu-scrollable>
In this article
Not finding the help you need?