Class 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.
Inheritance
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class AutoScrollMode : Enum
Fields
Always
When a message is sent or received, the scroll position is changed so that the new message is in the viewport.
Declaration
public const AutoScrollMode Always
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
public const AutoScrollMode Automatic
Field Value
AutoScrollMode
|
Never
The scroll position is not changed when a message is sent or received.
Declaration
public const AutoScrollMode Never
Field Value
AutoScrollMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|