\Kendo\UI\TabStripScrollable

A PHP class representing the scrollable setting of TabStrip.

Methods

distance

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

Returns

\Kendo\UI\TabStripScrollable

Parameters

$value float

Example

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