WinUI.TableView 1.0.0-preview4

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-preview4
NuGet\Install-Package WinUI.TableView -Version 1.0.0-preview4
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-preview4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinUI.TableView --version 1.0.0-preview4
#r "nuget: WinUI.TableView, 1.0.0-preview4"
#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.
// Install WinUI.TableView as a Cake Addin
#addin nuget:?package=WinUI.TableView&version=1.0.0-preview4&prerelease

// Install WinUI.TableView as a Cake Tool
#tool nuget:?package=WinUI.TableView&version=1.0.0-preview4&prerelease

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. 
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.0.0 103 4/20/2024
1.0.0-preview4 91 3/26/2024
1.0.0-preview3 72 3/5/2024
1.0.0-preview2 77 2/18/2024
1.0.0-preview1 79 2/4/2024