resizable.toolbar.scrollDistanceNumber(default: 50)

Specifies the distance (in pixels) the toolbar scrolls when a scroll button is clicked.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
    resizable: {
        toolbar: {
            mode: "scroll",
            scrollDistance: 100
        }
    }
});
</script>
In this article
resizable.toolbar.scrollDistance
Not finding the help you need?
Contact Support