CodeWF.AvaloniaControls
12.0.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package CodeWF.AvaloniaControls --version 12.0.2
NuGet\Install-Package CodeWF.AvaloniaControls -Version 12.0.2
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="CodeWF.AvaloniaControls" Version="12.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodeWF.AvaloniaControls" Version="12.0.2" />
<PackageReference Include="CodeWF.AvaloniaControls" />
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 CodeWF.AvaloniaControls --version 12.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CodeWF.AvaloniaControls, 12.0.2"
#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.
#:package CodeWF.AvaloniaControls@12.0.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CodeWF.AvaloniaControls&version=12.0.2
#tool nuget:?package=CodeWF.AvaloniaControls&version=12.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CodeWF.AvaloniaControls
| Name | NuGet | Download |
|---|---|---|
| CodeWF.AvaloniaControls | ||
| CodeWF.AvaloniaControls.DataGrid | ||
| CodeWF.AvaloniaControls.Dock | ||
| CodeWF.Core | ||
| CodeWF.Themes |
A custom Avalonia UI control library and sample repository built on .NET 11 and Avalonia 12.
English | 简体中文
Install
Install-Package CodeWF.AvaloniaControls
Repository Layout
src/: all project directories, including packable libraries and runnable sample applicationsdocs/: screenshots, GIFs, and documentation assetsartifacts/: build and package outputs- The
.slnxsolution groups samples logically intodatagrid,docking, andshowcase
Package Strategy
- Central package management is enabled for the main Avalonia 12 repository line through
Directory.Packages.props - Projects that must stay on a special package line use explicit package versions in their own
.csprojfiles instead of adding conditional branches to the central package manager - The repository solution uses
.slnx - All physical project directories stay under
src/
DataGrid Strategy
Main Avalonia 12 sample line
- All runnable sample applications in the solution stay on the Avalonia 12 main line
CodeWF.AvaloniaControls.ProDataGridShowcaseshows functional ProDataGrid scenarios such as tri-state sorting, grouped headers, and dynamic columnsCodeWF.AvaloniaControls.ProDataGridPerformanceDemofocuses on large dataset tab switching and document-style switching performance- The Dock showcase samples no longer depend on
DataGridorTreeDataGrid, so ordinary Avalonia 12 samples are not blocked by legacy grid packages
Legacy free DataGrid / TreeDataGrid line
CodeWF.AvaloniaControls.DataGridis kept as a compatibility package for the last free officialAvalonia.Controls.DataGridandAvalonia.Controls.TreeDataGridline- It no longer relies on central package management and keeps its own explicit Avalonia 11-compatible package references
CodeWF.AvaloniaControls.DataGridLegacyDemoandCodeWF.AvaloniaControls.TreeDataGridLegacyDemoare dedicated large-data tab switching samples for the legacy free grid line
Open-source high-performance DataGrid line
CodeWF.AvaloniaControls.ProDataGridis a helper package built on top of the MIT-licensed ProDataGrid- It provides reusable helpers for tri-state sorting, large-dataset presets, and smart tooltips on the Avalonia 12 line
Open Source Notes
- Commercial package lines are intentionally avoided in this repository
Prism.DryIoc.Avaloniais pinned to8.1.97.11073because the9.xline is commercialSemi.Avalonia.DataGridandSemi.Avalonia.TreeDataGriduse their last free open-source theme package versions
Pack
Run the repository root script to restore, build, and pack all publishable libraries into artifacts/packages:
pack.bat
Samples
CodeWF.AvaloniaControls.Showcase: general control showcaseCodeWF.AvaloniaControls.ProDataGridShowcase: Avalonia 12 ProDataGrid functional sampleCodeWF.AvaloniaControls.ProDataGridPerformanceDemo: Avalonia 12 ProDataGrid large-data switching sampleCodeWF.AvaloniaControls.DataGridLegacyDemo: legacy free DataGrid switching sampleCodeWF.AvaloniaControls.TreeDataGridLegacyDemo: legacy free TreeDataGrid switching sampleCodeWF.AvaloniaControls.DockDemo/CodeWF.AvaloniaControls.DockPrismDemo/CodeWF.AvaloniaControls.DockReactiveUIDemo: Dock integration samplesCodeWF.AvaloniaControls.FluentStarterDemo: lightweight Fluent-based starter window sampleCodeWF.Themes.StatusBadgeDemo: focused status badge sample built on the themes package
Demo
Transfer
ComboBox
TabControl
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. net11.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Avalonia (>= 12.0.2)
- Irihi.Ursa.Themes.Semi (>= 2.0.0)
- ReactiveUI.Avalonia (>= 12.0.1)
- Semi.Avalonia (>= 12.0.1)
-
net11.0
- Avalonia (>= 12.0.2)
- Irihi.Ursa.Themes.Semi (>= 2.0.0)
- ReactiveUI.Avalonia (>= 12.0.1)
- Semi.Avalonia (>= 12.0.1)
-
net8.0
- Avalonia (>= 12.0.2)
- Irihi.Ursa.Themes.Semi (>= 2.0.0)
- ReactiveUI.Avalonia (>= 12.0.1)
- Semi.Avalonia (>= 12.0.1)
-
net9.0
- Avalonia (>= 12.0.2)
- Irihi.Ursa.Themes.Semi (>= 2.0.0)
- ReactiveUI.Avalonia (>= 12.0.1)
- Semi.Avalonia (>= 12.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CodeWF.AvaloniaControls:
| Package | Downloads |
|---|---|
|
CodeWF.AvaloniaControls.Themes
Theme resources and control templates for CodeWF.AvaloniaControls. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 12.0.2.10 | 49 | 5/11/2026 |
| 12.0.2.9 | 52 | 5/9/2026 |
| 12.0.2.8 | 48 | 5/9/2026 |
| 12.0.2.5 | 48 | 5/9/2026 |
| 12.0.2.4 | 46 | 5/8/2026 |
| 12.0.2.1 | 81 | 5/5/2026 |
| 12.0.2 | 89 | 5/2/2026 |
| 11.3.12.3 | 115 | 3/4/2026 |
| 11.3.12.1 | 120 | 2/13/2026 |
| 11.3.10.4 | 127 | 1/4/2026 |
| 11.3.10.3 | 125 | 12/28/2025 |
| 11.3.10.2 | 112 | 12/27/2025 |
| 11.3.10.1 | 110 | 12/27/2025 |
| 11.3.10 | 220 | 12/25/2025 |
| 0.1.1.20 | 336 | 11/11/2025 |
| 0.1.1.17 | 216 | 10/9/2025 |
| 0.1.1.16 | 217 | 9/29/2025 |
| 0.1.1.15 | 254 | 8/24/2025 |
| 0.1.1.14 | 167 | 8/1/2025 |
| 0.1.1.13 | 188 | 7/30/2025 |
Loading failed