AutoScrollMode
Enum
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:
C#
public enum AutoScrollMode
Fields
When a message is sent or received, the scroll position is changed so that the new message is in the viewport.
C#
Always = 1
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.
C#
Automatic = 0
The scroll position is not changed when a message is sent or received.
C#
Never = 2