RadChatListView
Class
A view that displays a list of chat items in the RadChat.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadChatListView : RadCollectionView
Inheritance: objectRadLayoutRadCollectionViewRadChatListView
Inherited Members
Constructors
Initializes a new instance of the RadChatListView class.
C#
public RadChatListView()
Fields
AutoScrollModeProperty
BindableProperty
Identifies the AutoScrollMode property.
C#
public static readonly BindableProperty AutoScrollModeProperty
ScrollMediatorProperty
BindableProperty
Identifies the ScrollMediator property.
C#
public static readonly BindableProperty ScrollMediatorProperty
Properties
Gets or sets the mode which defines the automatic scrolling behavior of the RadChatListView when a message is sent or received.
C#
public AutoScrollMode AutoScrollMode { get; set; }
Gets an offset which corresponds to how much space is available between the last message and the chat entry element.
C#
public double BottomOffset { get; }
Gets or sets the ScrollMediator used by the chat to mediate the scrolling functionality.
C#
public ScrollMediator ScrollMediator { get; set; }