WinUI.TableView 1.0.0-preview3

This is a prerelease version of WinUI.TableView.
There is a newer version of this package available.
See the version list below for details.
dotnet add package WinUI.TableView --version 1.0.0-preview3
                    
NuGet\Install-Package WinUI.TableView -Version 1.0.0-preview3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WinUI.TableView" Version="1.0.0-preview3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WinUI.TableView" Version="1.0.0-preview3" />
                    
Directory.Packages.props
<PackageReference Include="WinUI.TableView" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WinUI.TableView --version 1.0.0-preview3
                    
#r "nuget: WinUI.TableView, 1.0.0-preview3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=WinUI.TableView&version=1.0.0-preview3&prerelease
                    
Install WinUI.TableView as a Cake Addin
#tool nuget:?package=WinUI.TableView&version=1.0.0-preview3&prerelease
                    
Install WinUI.TableView as a Cake Tool

WinUI.TableView

TableView for WinUI is derived from ListView and is blazing fast data loading. Internally it uses it's own implementation of AdvancedCollectionViewSource from CommunityToolkit as ItemsSource.

Editing

image image

Sorting

image

Excel like Filter

image

Options button

image

Exporting

  • TableView selected rows or all rows can be exported to comma delimited (csv) file.

Column Types

  1. TableViewTextColumn
  2. TableViewNumberColumn
  3. TableViewCheckBoxColumn
  4. TableViewToggleSwitchColumn
  5. TableViewComboBoxColumn
  6. TableViewTemplateColumn
Product Compatible and additional computed target framework versions.
.NET net6.0-windows10.0.19041 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 143 4/24/2025
1.3.0-preview2 273 4/3/2025
1.3.0-preview1 184 2/8/2025
1.2.2 1,138 11/26/2024
1.2.1 585 10/12/2024
1.2.0 444 8/14/2024
1.2.0-preview2 120 7/9/2024
1.2.0-preview1 120 6/18/2024
1.1.1 452 5/19/2024
1.1.0 204 5/5/2024
1.0.0 198 4/20/2024
1.0.0-preview4 124 3/26/2024
1.0.0-preview3 103 3/5/2024
1.0.0-preview2 106 2/18/2024
1.0.0-preview1 108 2/4/2024