suggestedActionsLayoutModeString(default: "scroll")

Layout mode for suggested actions. Supported values:

  • "scroll": Actions are scrollable horizontally
  • "wrap": Actions wrap to multiple lines
  • "scrollbuttons": Scrollable with navigation buttons

Example

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