Enum
AutoScrollMode

Defines the automatic scrolling behavior of the RadChat, i.e. what happens to the scroll position of RadChatListView when a message is sent or received.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum AutoScrollMode

Fields

Always

When a message is sent or received, the scroll position is changed so that the new message is in the viewport.

Declaration

cs-api-definition
Always = 1

Field Value

AutoScrollMode

Automatic

When a message is sent, the scroll position is changed. When a message is received, the scroll position is changed only if the RadChatListView is scrolled to the very the bottom. In both cases the scroll position is changed so that the new message is in the viewport.

Declaration

cs-api-definition
Automatic = 0

Field Value

AutoScrollMode

Never

The scroll position is not changed when a message is sent or received.

Declaration

cs-api-definition
Never = 2

Field Value

AutoScrollMode

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