Class AutoScrollMode
Defines the automatic scrolling behavior of the Rad
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
Automatic
When a message is sent, the scroll position is changed.
When a message is received, the scroll position is changed only if the Rad
Declaration
public const AutoScrollMode Automatic
Field Value
Never
The scroll position is not changed when a message is sent or received.
Declaration
public const AutoScrollMode Never
Field Value
value__
Declaration
public int value__
Field Value
System.
|