Class ChatItemsView
Represents a control that can be used to present a collection of items in the SfAIAssistView.
Inheritance
System.Object
ChatItemsView
Namespace: Syncfusion.UI.Xaml.Chat
Assembly: Syncfusion.SfChat.Wpf.dll
Syntax
public class ChatItemsView : ListView
Constructors
ChatItemsView()
Initializes a new instance of the ChatItemsView class.
Declaration
public ChatItemsView()
Methods
OnItemsChanged(NotifyCollectionChangedEventArgs)
Called when the items in the collection have changed. Automatically scrolls to the last item in the list after the UI has updated.
Declaration
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Specialized.NotifyCollectionChangedEventArgs | e | Provides data for the collection changed event. |