ClassRadChatListView
A view that displays a list of chat items in the RadChat.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadChatListView : RadItemsView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewRadItemsViewRadChatListView
Implements:
Inherited Members
Constructors
RadChatListView()
Initializes a new instance of the RadChatListView class.
Declaration
public RadChatListView()
Fields
AutoScrollModeProperty
Identifies the AutoScrollMode property.
Declaration
public static readonly BindableProperty AutoScrollModeProperty
Field Value
BindableProperty
ScrollMediatorProperty
Identifies the ScrollMediator property.
Declaration
public static readonly BindableProperty ScrollMediatorProperty
Field Value
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
BottomOffset
Gets an offset which corresponds to how much space is available between the last message and the chat entry element.
ScrollMediator
Gets or sets the ScrollMediator used by the chat to mediate the scrolling functionality.
Declaration
public ScrollMediator ScrollMediator { get; set; }
Property Value