New to KendoReact? Start a free 30-day trial
ScrollMode
ScrollModePremium
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 lastpageSizemessages and prepends older ones as the user scrolls up. DOM grows within a session; only pin clicks reset it.
type ScrollMode = "scrollable" | "endless";