This version includes many improvements for SyntaxEditor and its add-ons, along with updates to other UWP products.
See the related announcement post for the detailed list of enhancements and updates.
This version includes many improvements for SyntaxEditor and its add-ons, along with updates to other UWP products.
See the related announcement post for the detailed list of enhancements and updates.
This version includes new controls, new WindowChrome features for Windows 11, many improvements for SyntaxEditor and its add-ons, updates to nearly all WPF products, and now includes .NET 5 assemblies in the NuGet packages with validated .NET 6 compatibility.
See the related announcement post for the detailed list of enhancements and updates.
Here's a look at some of the new features.
Added a rich API that can create modern, themed dialogs for anything from simple messages and confirmations, to more advanced scenarios like exception notification dialogs or file copy dialogs.
We even include a ThemedMessageBox object with static methods that match the native WPF MessageBox API. Our themed version of the MessageBox uses a chromed WPF Window instead of Win32 dialogs (as the default WPF MessageBox does), along with fluent icons. This is important when your app is in a dark theme because it allows all message/confirmation dialogs to match the theme. You can instantly modernize all message box display in your app to our implementation with a single line of code too.
Added a new control that is often seen as a replacement for a traditional CheckBox in modern user interfaces.
It's easy to customize the appearance of ToggleSwitch to support other styles as well.
Made numerous updates to PopupButton to improve focus handling, tooltip display, key handling, and knowing when to close itself.
WindowChrome has added support for Windows 11 where it will use rounded corners and system-rendered drop shadows. In addition, hovering over the title bar's Maximize or Restore buttons will show the Windows 11 Snap Layout menu.
A new sample demonstrates synchronizing the scroller and splitter of one editor instance with another.
Improved drag/drop interaction and related scrolling in several scenarios, and add a new Drag and Drop QuickStart sample.
Added a formula example with alternate style for nested parentheses.
Made many small improvements in the areas of editing and caret movement, especially in certain special contexts.
Improved popups to reposition themselves as the editor is scrolled.
The vertical scrollbar has been updated to handle collapsed regions more smoothly.
Updated to support C# 8.0 syntax.
A new sample that demonstrates using an IResolver to navigate to the source of a reference.
The outliner will now create nodes for code-level constructs such as block statements by default.
Updated to support ECMAScript 2021 (12 Edition) syntax.
Added a constructor for whether the language should support JavaScript style comments, as in Microsoft’s JSONC variant.
Updated to support Python v3.9.5 syntax.
Updated to support namespace packages.
Added a FilterApplied event that is raised after the current filtering state has been applied to all of the control's items, generally occurring when DataFilter is changed, or filtering is enabled or disabled
Added a new item adapter method that can improve performance in large trees when searching for a tree node, and improved focus tracking and filtering.
Updated edit box commit triggers so that commit on focus loss is now optional.
Updated the numeric edit boxes to support input of Full-width and Arabic-Indic digits.
Added SignedMaximum and SignedMinimum aggregation options that compare against absolute values while retaining the sign of the original value; e.g., -5 is greater than 4.
The WPF Controls NuGet packages on nuget.org now contain compiled product assemblies that target:
Projects that target .NET 5 or later will use the .NET 5-based assemblies, and projects that target .NET Framework 4.5.2 or later will use the .NET Framework 4.5.2-based assemblies.
We’ve also validated that our assemblies work great in .NET 6 applications.
Our WPF, WinForms, and UWP controls have all been updated with new maintenance releases that are now ready for download. The maintenance releases focus on SyntaxEditor improvements and some other minor updates.
See these announcement posts for the detailed list of enhancements and updates:
Our v2020.1 UWP controls have been updated with a new maintenance release that is now ready for download.
See this announcement post for the detailed list of enhancements and updates.
Our v2017.2 WPF, Universal Windows, and Silverlight controls have all been updated with new maintenance releases that are now ready for download.
Let's take a quick look at some of the more notable features that were added.
The series style selector's method for picking each bar's style in a bar chart has been updated to be passed bar index and count, allowing for individual bars to be customized.
The docking window container UIA hierarchy has been updated to better support Coded UI Test. These changes should now allow Coded UI Tests for controls in docking windows to record and play back successfully.
There is now a property that can be set temporarily to prevent an auto-hide popup from closing when WPF keyboard focus is lost from it, which can happen if a dialog window is opened from a button on the docking window. In this scenario in the past, the button could be clicked and the auto-hide popup might slide back. The new option allows the popup to remain open when the dialog is open.
Updated docking window logic now shows dock guides by default for linked dock sites at the same nesting level, when there are multiple dock sites nested. If there are multiple linked dock sites covering the same drag location, the Shift key can be held to switch dock guides to an alternate dock site.
Logic has been updated to block some input that would trigger a shorter match.
The CornerRadiusEditBox, PointEditBox, RectEditBox, SizeEditBox, ThicknessEditBox, and VectorEditBox controls now all have properties that can be set to allow NaN and infinity component values.
The distance between digital gauge segments for the 7-segment (normal) and 14-segment (normal) character sets has been reduced, making the digital gauges easier to read at certain sizes, and more like most real readouts.
The free language definition files now support C# 6 and VB 14 enhancements.
The XML auto-completion logic in the Web Languages Add-on will self-close start tags if a '/' is typed.
There were also a large number of smaller improvements made throughout the products. See the announcement posts for the detailed list of enhancements and updates: