Enum
ChatScrollMode

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.

Declaration

cs-api-definition
Endless = 1

Field Value

ChatScrollMode

Scrollable

All messages are rendered and the user scrolls through them. This is the default.

Declaration

cs-api-definition
Scrollable = 0

Field Value

ChatScrollMode

In this article
DefinitionFieldsEndlessScrollable
Not finding the help you need?
Contact Support