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