New to Kendo UI for Angular? Start a free 30-day trial
ScrollMode
Updated on Apr 29, 2026
Defines the scroll behavior of the Chat message list.
scrollable—All messages are rendered with standard scroll behavior.endless—The Chat starts by rendering the lastpageSizemessages and prepends older ones as the user scrolls up.
type ScrollMode = "scrollable" | "endless";