The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
DBDinesh Babu Yadav Syncfusion Team June 27, 2017 05:16 AM UTC
Hi Raymond,
Thank you for using Syncfusion Products.
The reported requirement “Conversational UI using SfListView” can be achieved by using DataTemplateSelector. SfListView lets you customize the appearance of each item with different templates based on specific constraints using DataTemplateSelector. You can choose a DataTemplate for each item at runtime based on the value of a data-bound property using DataTemplateSelector. The following UG documentation link illustrates you to define the different templates for each item in the underlying collection. Also, you can find the sample in the below UG documentation for more reference.