Class RadChatListView
A view that displays a list of chat items in the RadChat.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadChatListView : RadItemsView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, IRadItemsView
Constructors
RadChatListView()
Fields
AutoScrollModeProperty
Identifies the AutoScrollMode property.
Declaration
public static readonly BindableProperty AutoScrollModeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ScrollMediatorProperty
Identifies the ScrollMediator property.
Declaration
public static readonly BindableProperty ScrollMediatorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
AutoScrollMode
Gets or sets the mode which defines the automatic scrolling behavior of the RadChatListView when a message is sent or received.
Declaration
public AutoScrollMode AutoScrollMode { get; set; }
Property Value
AutoScrollMode
|
BottomOffset
Gets an offset which corresponds to how much space is available between the last message and the chat entry element.
Declaration
public double BottomOffset { get; }
Property Value
System.Double
|
ScrollMediator
Gets or sets the ScrollMediator used by the chat to mediate the scrolling functionality.
Declaration
public ScrollMediator ScrollMediator { get; set; }
Property Value
ScrollMediator
|