WPF Controls v21.1.1 Maintenance Release

by Avatar Bill Henning (Actipro)
Monday, March 8, 2021 at 7:02pm

Our v21.1 WPF controls have been updated with a new maintenance release that is now ready for download.  This version has a fun new SyntaxEditor feature, and fixes a problem in the previous release's nuget.org packages that was triggering design-time assemblies to get referenced when using packages.config files.

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

Download Buy Now

SyntaxEditor

Unused Regions

A new unused region tag is available that allows you to mark regions of code that are "unused".  This is commonly seen in the Visual Studio code editor when no types from an imported namespace are used, or a variable is declared but never used.

A new sample demonstrating unused regions

The result of tagging text ranges as unused regions is that they will render with partial transparency.  This helps visually separate unused code from other code, while still maintaining the syntax highlighting.

Tags: new, wpf, syntaxeditor

Actipro's WPF Controls

Over 100 UI controls for building beautiful Windows Presentation Foundation desktop apps.

Learn More

Over 100 UI controls for building beautiful Windows Presentation Foundation desktop apps.

Includes editors, docking windows, MDI, property grids, charts, tree controls, ribbons, gauges, themes, and much more.

Learn More Download Free Trial

Add Comment

Please log in to a validated account to post comments.