messageBox.rowsNumber(default: 3)

The initial number of visible rows when mode is "multi".

Example

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