Avalonia Controls v26.1.0-rc.1 Released

by Avatar Bill Henning (Actipro)
Wednesday, April 8, 2026 at 5:30pm

We're pleased to announce the availability of Actipro Avalonia Controls v26.1.0‑rc.1, a prerelease build that delivers full compatibility with the newly launched Avalonia v12.

Overview

Avalonia v12 introduces substantial updates across styling, native control behavior, and platform architecture, and this release ensures that Actipro's control suite integrates smoothly with those changes. Developers adopting Avalonia v12 can now take advantage of our updated themes, revised resource structures, and improved alignment with the platform's new conventions.

An example usage of a range slider

This build also includes several standout enhancements across our product line. The new RangeSlider control expands the Fundamentals offering with a flexible, modern slider for selecting numeric ranges.

Our command bar theme in a dark theme variant

Our theme system got a big update, with refreshed native control themes for Avalonia v12 and new themes for the latest v12 controls like the command bar, pages, pips pager, and more.

You determine how dark your dark theme tones should be with one simple setting

A new option was added for adjusting the darkness of the neutral color ramp, making it easier to fine‑tune dark theme aesthetics.  Make your dark theme appearance anywhere from a dark gray to very black.

For Actipro Avalonia Pro customers, we've added the ability to override AvaloniaUI OÜ's Avalonia Pro theme resources so those third‑party controls (Markdown, TreeDataGrid, VirtualKeyboard) can visually blend with Actipro themes.

We've also raised the minimum Avalonia dependency to v12.0.0 and added a .NET 10 target to all NuGet packages.

There are other updates in this build to discuss later, and even more coming before final v26.1 release.

Updating to the v26.1 RC1 Build

Since this is a prerelease build, here are the steps to move to it:

1) Update your project to Avalonia v12.

2) Update your Actipro Avalonia Controls NuGet package references to the "26.1.0-rc.1" prerelease version.

3) We have updated our "develop" branch in our public Actipro/Avalona-Controls GitHub repo with samples and documentation for v26.1 and Avalonia v12 compatibility. The "develop" branch may get additional updates as we make adjustments prior to a final release. Review the v26.1 breaking change notes in the documentation.

4) For customers with active subscriptions, since this is prerelease, our web site does not issue v26.1 license keys just yet. You can use the steps in the license popup to add code to temporarily hide the license popup until the final v26.1 release.

Summary

We're excited to support Avalonia v12 immediately after its release, and look forward to hearing how the new platform and our updated controls improve your development experience.

Avalonia Controls v25.2.3 Released

by Avatar Bill Henning (Actipro)
Friday, March 13, 2026 at 8:40pm

A new Avalonia Controls release is now available, containing many small feature enhancements and quality of life improvements.

See the related announcement post for the detailed list of enhancements and updates.

Download Buy Now

WPF Controls v25.1.4 Released

by Avatar Bill Henning (Actipro)
Friday, March 13, 2026 at 8:17pm

This version contains many small feature enhancements and quality of life improvements.

See the related announcement post for the detailed list of enhancements and updates.

Download Buy Now

WinForms Controls v25.1.2 Released

by Avatar Bill Henning (Actipro)
Friday, March 13, 2026 at 7:37pm

This version implements a huge update in the SyntaxEditor Python Languages Add-on to support Python 3.11 syntax and makes other improvements to the Python and .NET Languages Add-ons.

See the related announcement post for the detailed list of enhancements and updates.

Download Buy Now

Avalonia Controls v25.2.2 Released

by Avatar Bill Henning (Actipro)
Friday, January 23, 2026 at 6:11pm

A new Avalonia Controls release is now available. This new version makes improvements across the entire product line. One particularly nice new feature is the ability to now use SVG images with our ImageProvider infrastructure and DynamicImage control.

See the related announcement post for the detailed list of enhancements and updates.

Download Buy Now

Here’s a look at some of the new features.

SVG Vector Image Adaptation Support

SVG images are not natively supported in Avalonia but can be used in Avalonia via a third-party "Svg.Controls.Skia.Avalonia" NuGet package. Since SVG images are external to Avalonia itself, the default implementation of our ImageProvider does not support their adaptation.

Our DynamicImage and image adaptation infrastructure can now make SVG images look great in dark themes and in disabled scenarios

For this version, we have enhanced our ImageProvider API to support extensibility for unknown image types and created an open source implementation in our sample project's "Shared Library / Dynamic Image" sample that works with SVG images.  It can easily be copied to your own apps, allowing you to use SVG images in Actipro controls and themes with full adaptation support for things like adapting for dark themes, appearing in grayscale when in a disabled control, and much more.