New to Kendo UI for jQueryStart a free 30-day trial

AutoScrollThreshold

configuration

Defines the amount of space that is preserved above a newly auto-scrolled incoming message when the user is already near the bottom of the message list. Accepts either a pixel value or a percentage of the visible message list area.

autoScrollThreshold

Number|String

Default: "20%"

<div id="chat"></div>
<script>
$("#chat").kendoChat({
    authorId: "user",
    autoScrollThreshold: "25%"
});
</script>
Not finding the help you need?
Contact Support