\Kendo\UI\MenuScrollable

A PHP class representing the scrollable setting of Menu.

Methods

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

Returns

\Kendo\UI\MenuScrollable

Parameters

$value float

Example

<?php
$scrollable = new \Kendo\UI\MenuScrollable();
$scrollable->distance(1);
?>
In this article
Not finding the help you need?