VelocityGrid.Native.WinUI
0.1.0-preview.1
See the version list below for details.
dotnet add package VelocityGrid.Native.WinUI --version 0.1.0-preview.1
NuGet\Install-Package VelocityGrid.Native.WinUI -Version 0.1.0-preview.1
<PackageReference Include="VelocityGrid.Native.WinUI" Version="0.1.0-preview.1" />
<PackageVersion Include="VelocityGrid.Native.WinUI" Version="0.1.0-preview.1" />
<PackageReference Include="VelocityGrid.Native.WinUI" />
paket add VelocityGrid.Native.WinUI --version 0.1.0-preview.1
#r "nuget: VelocityGrid.Native.WinUI, 0.1.0-preview.1"
#:package VelocityGrid.Native.WinUI@0.1.0-preview.1
#addin nuget:?package=VelocityGrid.Native.WinUI&version=0.1.0-preview.1&prerelease
#tool nuget:?package=VelocityGrid.Native.WinUI&version=0.1.0-preview.1&prerelease
VelocityGrid
VelocityGrid is a read-only, high-performance Windows data grid for very large, remote, or rapidly changing datasets. Viewport calculation, caching, scrolling, and Direct2D rendering remain native while C# applications use a thin managed API.
Choose a package
- C# WinUI 3:
VelocityGrid.WinUI - WPF on .NET 8:
VelocityGrid.Wpf - C++/WinRT WinUI 3:
VelocityGrid.Native.WinUI
Use a concrete Windows architecture: x64, x86, or ARM64.
C# WinUI 3
<PackageReference Include="VelocityGrid.WinUI" Version="0.1.0-preview.1" />
<Window ... xmlns:vg="using:VelocityGrid.Managed">
<vg:VelocityGridControl x:Name="TradesGrid" />
</Window>
Configure columns and supply pages through IVelocityGridDataProvider. The managed package installs the correct native runtime transitively.
Columns can carry stable application keys for column chooser projections. Provider requests receive the exact immutable column snapshot. For changing datasets, use NotifyDataChanged, Refresh, or targeted InvalidateRows; the caller remains responsible for updating its provider snapshot before notifying the grid.
WPF
<PackageReference Include="VelocityGrid.Wpf" Version="0.1.0-preview.1" />
<Window ... xmlns:vg="clr-namespace:VelocityGrid.Wpf;assembly=VelocityGrid.Wpf">
<vg:VelocityGridHost x:Name="TradesGrid" RowHeight="24" />
</Window>
The host owns the WinUI XAML Island lifecycle and automatically enables Windows App SDK initialization for unpackaged WPF executables.
C++/WinRT
Install VelocityGrid.Native.WinUI, then use the supplied projection headers:
#include <winrt/VelocityGrid_Native.h>
winrt::VelocityGrid_Native::VelocityGrid grid;
grid.RowHeight(24.0);
Content(grid.View());
Documentation
- Complete setup and usage
- Managed API and configuration
- Provider implementation
- Cell formatting
- NuGet distribution details
- Issues and support
VelocityGrid is an early preview. Please report compatibility and performance findings through GitHub Issues.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| native | native is compatible. |
| Universal Windows Platform | uap was computed. uap10.0 is compatible. |
-
native 0.0
- Microsoft.Windows.CppWinRT (= 2.0.220531.1)
- Microsoft.WindowsAppSDK (= 2.4.0)
-
UAP 10.0
- Microsoft.Windows.CppWinRT (= 2.0.220531.1)
- Microsoft.WindowsAppSDK (= 2.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on VelocityGrid.Native.WinUI:
| Package | Downloads |
|---|---|
|
VelocityGrid.WinUI
A thin, idiomatic C# facade for the high-performance native VelocityGrid WinUI 3 control. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-preview.7 | 81 | 9/5/2026 |
| 0.1.0-preview.6 | 71 | 9/3/2026 |
| 0.1.0-preview.5 | 67 | 9/3/2026 |
| 0.1.0-preview.4 | 70 | 9/3/2026 |
| 0.1.0-preview.3 | 73 | 9/3/2026 |
| 0.1.0-preview.2 | 73 | 9/3/2026 |
| 0.1.0-preview.1 | 62 | 9/3/2026 |