New to Telerik UI for BlazorStart a free 30-day trial

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
In this article
DefinitionFieldsEndlessScrollable
Not finding the help you need?
Contact Support