toolbar.overflow.scrollDistanceNumber(default: 50)

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

Example

<div id="propertyGrid"></div>
<script>
$("#propertyGrid").kendoPropertyGrid({
    toolbar: {
        items: [
            { name: "search" },
            { name: "sort" },
            { name: "group" }
        ],
        overflow: {
            mode: "scroll",
            scrollButtons: "visible",
            scrollDistance: 75
        }
    },
    model: {
        foo: "bar",
        baz: 5
    }
});
</script>
In this article
toolbar.overflow.scrollDistance
Not finding the help you need?
Contact Support