scrollToBottomButtonBoolean(default: true)

Shows or hides the floating scroll-to-bottom button that appears when the user moves away from the latest messages. In endless scrolling mode, the button is also used to return to the latest rendered batch before scrolling to its bottom.

Example

<div id="chat"></div>
<script>
$("#chat").kendoChat({
    scrollToBottomButton: false,
    authorId: "user"
});
</script>
In this article
scrollToBottomButton
Not finding the help you need?
Contact Support