menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChatItemsView - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved