Class
RadChatListView

A view that displays a list of chat items in the RadChat.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RadChatListView : RadItemsView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewRadItemsViewRadChatListView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadItemsView.ItemsSourcePropertyRadItemsView.ItemStylePropertyRadItemsView.ItemStyleSelectorPropertyRadItemsView.ItemTemplatePropertyRadItemsView.EmptyStylePropertyRadItemsView.EmptyTemplatePropertyRadItemsView.IsEmptyPropertyRadItemsView.HorizontalScrollBarStylePropertyRadItemsView.HorizontalScrollBarTemplatePropertyRadItemsView.HorizontalScrollBarVisibilityPropertyRadItemsView.HorizontalScrollBarLayoutModePropertyRadItemsView.VerticalScrollBarStylePropertyRadItemsView.VerticalScrollBarTemplatePropertyRadItemsView.VerticalScrollBarVisibilityPropertyRadItemsView.VerticalScrollBarLayoutModePropertyRadItemsView.ItemTappedCommandPropertyRadItemsView.ItemHoldingCommandPropertyRadItemsView.ScrollTo(object)RadItemsView.OnApplyTemplate()RadItemsView.ItemsSourceRadItemsView.ItemStyleRadItemsView.ItemStyleSelectorRadItemsView.ItemTemplateRadItemsView.EmptyStyleRadItemsView.EmptyTemplateRadItemsView.IsEmptyRadItemsView.HorizontalScrollBarStyleRadItemsView.HorizontalScrollBarTemplateRadItemsView.HorizontalScrollBarVisibilityRadItemsView.HorizontalScrollBarLayoutModeRadItemsView.VerticalScrollBarStyleRadItemsView.VerticalScrollBarTemplateRadItemsView.VerticalScrollBarVisibilityRadItemsView.VerticalScrollBarLayoutModeRadItemsView.ItemTappedCommandRadItemsView.ItemHoldingCommandRadItemsView.ScrollToCommandRadItemsView.ItemsSourceChangedRadItemsView.ItemTappedRadItemsView.ItemHoldingRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

RadChatListView()

Initializes a new instance of the RadChatListView class.

Declaration

cs-api-definition
public RadChatListView()

Fields

AutoScrollModeProperty

Identifies the AutoScrollMode property.

Declaration

cs-api-definition
public static readonly BindableProperty AutoScrollModeProperty

Field Value

BindableProperty

ScrollMediatorProperty

Identifies the ScrollMediator property.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public double BottomOffset { get; }

Property Value

double

ScrollMediator

Gets or sets the ScrollMediator used by the chat to mediate the scrolling functionality.

Declaration

cs-api-definition
public ScrollMediator ScrollMediator { get; set; }

Property Value

ScrollMediator