<kendo:contextMenu-scrollable>

If enabled, the ContextMenu displays buttons that scroll the items when they cannot fit the viewport height. By default, scrolling is disabled.

Example

<kendo:contextMenu>
    <kendo:contextMenu-scrollable></kendo:contextMenu-scrollable>
</kendo:contextMenu>

Configuration Attributes

distance float

Sets the scroll amount (in pixels) that the ContextMenu 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 ContextMenu scrolls by doubling the distance.

Example

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