EnumChatScrollMode
Enum
Controls how the Chat component handles scrolling and message rendering.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public enum ChatScrollMode
Fields
Endless
Messages are loaded in pages as the user scrolls. Requires PageSize to be set.
Scrollable
All messages are rendered and the user scrolls through them. This is the default.