Class RadChatListView
A view that displays a list of chat items in the Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadChatListView : RadItemsView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IRadItemsView
Constructors
RadChatListView()
Fields
AutoScrollModeProperty
Identifies the Auto
Declaration
public static readonly BindableProperty AutoScrollModeProperty
Field Value
Microsoft.
|
ScrollMediatorProperty
Identifies the Scroll
Declaration
public static readonly BindableProperty ScrollMediatorProperty
Field Value
Microsoft.
|
Properties
AutoScrollMode
Gets or sets the mode which defines the automatic scrolling behavior of the Rad
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.
Declaration
public double BottomOffset { get; }
Property Value
System.
|
ScrollMediator
Gets or sets the Scroll
Declaration
public ScrollMediator ScrollMediator { get; set; }