Syncfusion.Blazor.Lists 33.2.15

Syncfusion® Blazor ListView Component

A powerful Blazor ListView component for displaying data in a list-like interface with selection, hierarchical structure support, and interactive layouts. Supports multiple selection modes, virtual scrolling, templates, data binding, and more. Part of Syncfusion® UI component library for .NET 8+.

Blazor ListView

Key features

  • Multiple Selection: Single and multi-select modes with checkbox support
  • Hierarchical Data: Display nested data structures with parent-child relationships
  • Data Binding: Support for arrays and remote data sources
  • Virtual Scrolling: Efficient rendering for large datasets
  • Custom Templates: Full template support for item customization
  • Interactive Layouts: Multiple view layouts and grouping options
  • Keyboard Navigation: Full keyboard accessibility support
  • Responsive Design: Adapts to different screen sizes and devices

Add stylesheet and script references

  • For Blazor Server App / Blazor Web App, add these to Components/App.razor or App.razor file.
  • For Blazor WebAssembly App, add these to wwwroot/index.html file.
<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>

Quick start

  1. Register the Syncfusion® Blazor services in the Program.cs file.
using Syncfusion.Blazor;

builder.Services.AddSyncfusionBlazor();
  1. Add Blazor ListView component to your Razor page.
@using Syncfusion.Blazor.Lists

<SfListView DataSource="@ListData">
    <ListViewFieldSettings TValue="ListItem" Id="Id" Text="Text"></ListViewFieldSettings>
</SfListView>

@code {
    private List<ListItem> ListData = new()
    {
        new ListItem { Id = "1", Text = "Item 1" },
        new ListItem { Id = "2", Text = "Item 2" },
        new ListItem { Id = "3", Text = "Item 3" }
    };

    public class ListItem
    {
        public string Id { get; set; }
        public string Text { get; set; }
    }
}

Documentation:

Support and feedback

License

This is a commercial product and requires a paid license for possession or use. Review the Syncfusion® EULA.

About Syncfusion®

Syncfusion® provides 1600+ UI components and frameworks for web, mobile, and desktop development across multiple platforms:

Web: Blazor | ASP.NET Core | ASP.NET MVC | JavaScript | Angular | React | Vue

Mobile: Flutter | MAUI | UWP

Desktop: WinForms | WPF | WinUI

Learn more at www.syncfusion.com.

sales@syncfusion.com | Toll Free: 1-888-9-DOTNET

Showing the top 20 packages that depend on Syncfusion.Blazor.Lists.

Packages Downloads
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
345
Syncfusion.Blazor.Navigations
This package provides the functionality to utilize the features of Syncfusion® Blazor Accordion, Context Menu, Menu Bar, Tabs, Toolbar, Tree-view, and Sidebar.
341
Syncfusion.Blazor.Calendars
This package provides the functionality to utilize the features of Syncfusion® Blazor Calendar, DatePicker, DateRangePicker, DateTimePicker, and TimePicker.
340
Syncfusion.Blazor.Navigations
This package provides the functionality to utilize the features of Syncfusion® Blazor Accordion, Context Menu, Menu Bar, Tabs, Toolbar, Tree-view, and Sidebar.
86
Syncfusion.Blazor.Calendars
This package provides the functionality to utilize the features of Syncfusion® Blazor Calendar, DatePicker, DateRangePicker, DateTimePicker, and TimePicker.
85
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
85
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
78
Syncfusion.Blazor.Calendars
This package provides the functionality to utilize the features of Syncfusion® Blazor Calendar, DatePicker, DateRangePicker, DateTimePicker, and TimePicker.
77
Syncfusion.Blazor.Navigations
This package provides the functionality to utilize the features of Syncfusion® Blazor Accordion, Context Menu, Menu Bar, Tabs, Toolbar, Tree-view, and Sidebar.
76
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
38
Syncfusion.Blazor.Calendars
This package provides the functionality to utilize the features of Syncfusion® Blazor Calendar, DatePicker, DateRangePicker, DateTimePicker, and TimePicker.
37
Syncfusion.Blazor.Navigations
This package provides the functionality to utilize the features of Syncfusion® Blazor Accordion, Context Menu, Menu Bar, Tabs, Toolbar, Tree-view, and Sidebar.
37
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
37
Syncfusion.Blazor.Navigations
This package provides the functionality to utilize the features of Syncfusion® Blazor Accordion, Context Menu, Menu Bar, Tabs, Toolbar, Tree-view, and Sidebar.
35
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
34
Syncfusion.Blazor.Calendars
This package provides the functionality to utilize the features of Syncfusion® Blazor Calendar, DatePicker, DateRangePicker, DateTimePicker, and TimePicker.
33
Syncfusion.Blazor.Navigations
This package provides the functionality to utilize the features of Syncfusion® Blazor Accordion, Context Menu, Menu Bar, Tabs, Toolbar, Tree-view, and Sidebar.
32
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
24
Syncfusion.Blazor.Calendars
This package provides the functionality to utilize the features of Syncfusion® Blazor Calendar, DatePicker, DateRangePicker, DateTimePicker, and TimePicker.
23

Version Downloads Last updated
34.1.33 2 08/04/2026
34.1.32 1 08/04/2026
34.1.31 2 07/21/2026
34.1.30 3 07/21/2026
34.1.29 2 07/07/2026
33.2.15 3 06/28/2026
33.2.13 4 06/18/2026
33.2.12 5 06/13/2026
33.2.10 5 06/04/2026
33.2.8 5 05/26/2026
33.2.7 6 05/26/2026
33.2.6 6 05/12/2026
33.2.5 7 05/07/2026
33.2.4 8 04/28/2026
33.2.3 8 04/27/2026
33.1.49 7 04/25/2026
33.1.47 7 04/07/2026
33.1.46 7 04/04/2026
33.1.45 7 03/26/2026
33.1.44 7 03/16/2026
32.2.9 338 03/14/2026
32.2.8 86 03/04/2026
32.2.7 33 02/25/2026
32.2.5 10 02/19/2026
32.2.4 10 02/19/2026
32.2.3 10 02/09/2026
32.1.25 36 01/29/2026
32.1.24 11 01/21/2026
32.1.23 36 01/14/2026
32.1.22 11 01/21/2026
32.1.21 22 12/30/2025
32.1.20 12 01/01/2026
32.1.19 12 01/01/2026
31.2.18 14 12/09/2025
31.2.16 9 12/09/2025
31.2.15 75 12/10/2025
31.2.12 10 12/09/2025
31.2.10 10 12/09/2025
31.2.5 12 12/09/2025
31.2.4 9 12/09/2025
31.2.3 13 12/09/2025
31.2.2 11 12/09/2025
31.1.23 12 12/09/2025
31.1.22 10 12/10/2025
31.1.21 9 12/10/2025
31.1.20 9 12/11/2025
31.1.19 10 12/09/2025
31.1.18 10 12/09/2025
31.1.17 10 12/09/2025
30.2.7 12 12/09/2025
30.2.6 10 12/09/2025
30.2.5 11 12/09/2025
30.2.4 11 12/09/2025
30.1.42 9 02/09/2026
30.1.41 10 12/09/2025
30.1.40 11 12/10/2025
30.1.39 10 12/09/2025
30.1.38 12 12/09/2025
30.1.37 10 12/09/2025
29.2.11 10 12/10/2025
29.2.10 10 12/10/2025
29.2.9 11 12/10/2025
29.2.8 10 12/10/2025
29.2.7 10 12/09/2025
29.2.5 11 12/09/2025
29.2.4 10 12/09/2025
29.1.41 11 12/09/2025
29.1.40 10 12/10/2025
29.1.39 11 12/10/2025
29.1.38 11 12/10/2025
29.1.37 11 12/10/2025
29.1.35 10 12/10/2025
29.1.33 10 12/09/2025
28.2.12 12 12/09/2025
28.2.11 10 12/09/2025
28.2.9 12 12/09/2025
28.2.7 9 02/09/2026
28.2.6 9 12/09/2025
28.2.5 9 02/09/2026
28.2.4 11 12/09/2025
28.2.3 13 12/09/2025
28.1.41 13 12/10/2025
28.1.39 11 12/11/2025
28.1.38 11 12/11/2025
28.1.37 10 01/21/2026
28.1.36 9 01/21/2026
28.1.35 11 12/10/2025
28.1.33 12 12/09/2025
27.2.5 10 12/10/2025
27.2.4 10 01/20/2026
27.2.3 12 12/09/2025
27.2.2 10 12/11/2025
27.1.58 10 12/10/2025
27.1.57 11 12/10/2025
27.1.56 10 12/09/2025
27.1.55 12 12/09/2025
27.1.53 11 12/10/2025
27.1.52 11 12/10/2025
27.1.51 10 12/09/2025
27.1.50 10 01/21/2026
27.1.48 10 01/21/2026
26.2.14 9 12/10/2025
26.2.13 11 12/10/2025
26.2.12 11 12/09/2025
26.2.11 10 12/10/2025
26.2.10 10 12/10/2025
26.2.9 11 12/10/2025
26.2.8 10 12/11/2025
26.2.7 10 12/10/2025
26.2.5 11 12/09/2025
26.2.4 10 12/10/2025
26.1.42 11 12/11/2025
26.1.41 12 12/09/2025
26.1.40 10 12/10/2025
26.1.39 11 12/09/2025
26.1.38 12 12/10/2025
26.1.35 10 12/10/2025
25.2.7 11 12/09/2025
25.2.6 11 12/09/2025
25.2.5 12 12/09/2025
25.2.4 9 01/21/2026
25.2.3 12 12/09/2025
25.1.42 9 12/11/2025
25.1.41 11 12/10/2025
25.1.40 10 12/10/2025
25.1.39 10 01/21/2026
25.1.38 9 01/21/2026
25.1.37 11 12/11/2025
25.1.35 11 12/10/2025
24.2.9 10 12/10/2025
24.2.8 10 12/10/2025
24.2.7 11 12/09/2025
24.2.6 11 12/10/2025
24.2.5 9 02/09/2026
24.2.4 11 12/10/2025
24.2.3 13 12/09/2025
24.1.47 10 12/10/2025
24.1.46 10 12/10/2025
24.1.45 10 12/11/2025
24.1.44 10 12/11/2025
24.1.43 11 12/09/2025
24.1.41 10 12/10/2025
23.2.7 11 12/09/2025
23.2.6 10 12/09/2025
23.2.5 10 12/09/2025
23.2.4 11 12/10/2025
23.1.44 10 12/11/2025
23.1.43 11 12/09/2025
23.1.42 11 12/10/2025
23.1.41 11 12/10/2025
23.1.40 9 01/21/2026
23.1.39 10 12/09/2025
23.1.38 9 12/09/2025
23.1.36 8 12/09/2025
22.2.12 12 12/10/2025
22.2.11 13 12/10/2025
22.2.10 11 12/09/2025
22.2.9 11 12/11/2025
22.2.8 12 12/10/2025
22.2.7 10 12/11/2025
22.2.5 11 12/09/2025
22.1.39 8 12/11/2025
22.1.38 11 12/09/2025
22.1.37 9 12/11/2025
22.1.36 10 12/10/2025
22.1.34 11 12/09/2025
21.2.10 10 12/09/2025
21.2.9 11 12/09/2025
21.2.8 11 12/09/2025
21.2.6 9 02/09/2026
21.2.5 11 12/09/2025
21.2.4 10 12/09/2025
21.2.3 13 12/09/2025
21.1.41 10 12/09/2025
21.1.39 10 12/11/2025
21.1.38 10 12/09/2025
21.1.37 10 12/10/2025
21.1.35 10 12/09/2025
20.4.0.54 12 12/10/2025
20.4.0.53 11 12/09/2025
20.4.0.52 10 12/10/2025
20.4.0.51 13 12/10/2025
20.4.0.50 11 12/09/2025
20.4.0.49 11 12/10/2025
20.4.0.48 13 12/09/2025
20.4.0.44 11 12/09/2025
20.4.0.43 11 12/09/2025
20.4.0.42 13 12/09/2025
20.4.0.41 11 12/09/2025
20.4.0.40 12 12/09/2025
20.4.0.38 11 12/10/2025
20.3.0.61 13 12/09/2025
20.3.0.60 12 12/09/2025
20.3.0.59 12 12/09/2025
20.3.0.58 11 12/10/2025
20.3.0.57 11 12/10/2025
20.3.0.56 12 12/09/2025
20.3.0.52 8 12/09/2025
20.3.0.50 12 12/09/2025
20.3.0.49 11 12/10/2025
20.3.0.48 10 12/10/2025
20.3.0.47 12 12/09/2025
20.2.0.50 11 12/09/2025
20.2.0.49 13 12/09/2025
20.2.0.48 11 12/10/2025
20.2.0.46 13 12/09/2025
20.2.0.45 13 12/09/2025
20.2.0.44 13 12/09/2025
20.2.0.43 10 12/09/2025
20.2.0.40 11 12/09/2025
20.2.0.39 9 02/09/2026
20.2.0.38 11 12/09/2025
20.2.0.36 11 12/09/2025
20.1.0.61 13 12/09/2025
20.1.0.60 9 02/09/2026
20.1.0.59 11 12/09/2025
20.1.0.58 12 12/10/2025
20.1.0.57 12 12/09/2025
20.1.0.56 12 12/09/2025
20.1.0.55 12 12/09/2025
20.1.0.52 10 12/10/2025
20.1.0.51 12 12/10/2025
20.1.0.50 10 01/21/2026
20.1.0.48 11 12/09/2025
20.1.0.47 13 12/09/2025
19.4.0.56 13 12/09/2025
19.4.0.55 11 12/10/2025
19.4.0.54 10 12/10/2025
19.4.0.53 11 12/10/2025
19.4.0.52 12 12/09/2025
19.4.0.50 12 12/09/2025
19.4.0.48 11 12/10/2025
19.4.0.47 11 12/10/2025
19.4.0.43 12 12/09/2025
19.4.0.42 12 12/09/2025
19.4.0.41 11 12/10/2025
19.4.0.40 11 12/10/2025
19.4.0.38 10 12/10/2025
19.3.0.59 13 12/09/2025
19.3.0.57 13 12/09/2025
19.3.0.56 11 12/09/2025
19.3.0.55 11 12/10/2025
19.3.0.54 10 12/10/2025
19.3.0.53 11 12/10/2025
19.3.0.48 12 12/09/2025
19.3.0.47 11 12/10/2025
19.3.0.46 11 12/10/2025
19.3.0.45 12 12/10/2025
19.3.0.44 11 12/09/2025
19.3.0.43 12 12/09/2025
19.2.0.62 10 12/10/2025
19.2.0.60 12 12/09/2025
19.2.0.59 11 12/10/2025
19.2.0.57 12 12/09/2025
19.2.0.56 12 12/09/2025
19.2.0.55 11 12/10/2025
19.2.0.51 12 12/09/2025
19.2.0.49 12 12/10/2025
19.2.0.48 12 12/09/2025
19.2.0.47 11 12/09/2025
19.2.0.46 12 12/09/2025
19.2.0.44 11 12/09/2025
19.1.0.69 11 12/10/2025
19.1.0.67 11 12/10/2025
19.1.0.66 11 12/10/2025
19.1.0.65 11 12/10/2025
19.1.0.64 12 12/10/2025
19.1.0.63 13 12/09/2025
19.1.0.59 10 12/10/2025
19.1.0.58 13 12/09/2025
19.1.0.57 12 12/09/2025
19.1.0.56 12 12/09/2025
19.1.0.55 11 12/10/2025
19.1.0.54 12 12/09/2025
18.4.0.49 12 12/10/2025
18.4.0.48 12 12/10/2025
18.4.0.47 11 12/10/2025
18.4.0.46 11 12/09/2025
18.4.0.44 10 12/11/2025
18.4.0.43 12 12/09/2025
18.4.0.42 10 12/10/2025
18.4.0.41 11 12/10/2025
18.4.0.39 11 12/10/2025
18.4.0.35 12 12/09/2025
18.4.0.34 12 12/09/2025
18.4.0.33 11 12/09/2025
18.4.0.32 10 12/10/2025
18.4.0.31 11 12/10/2025
18.4.0.30 12 12/10/2025