\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);
?>