EnumAutoScrollMode
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:
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.
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.
Never
The scroll position is not changed when a message is sent or received.