New to KendoReactStart a free 30-day trial

ScrollMode
Premium

Updated on Apr 9, 2026

Controls the scroll behavior of the message list.

  • scrollable—Default mode. All messages are rendered with standard scroll behavior.
  • endless—Endless scroll mode. The Chat starts by rendering the last pageSize messages and prepends older ones as the user scrolls up. DOM grows within a session; only pin clicks reset it.

type ScrollMode = "scrollable" | "endless";

Not finding the help you need?
Contact Support