Our v2020.1 WinForms 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 v2020.1 WinForms 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.
This quarter we issued updates to our WPF and Universal Windows control sets. These updates contained a lot of minor enhancements and bug fixes.
On the development side, we've been hard at work on the WPF 2020.1 version. The focus of this version is on modernizing themes across native WPF controls as well as the Actipro controls. We've already posted a lot about WindowChrome updates and more recently ShadowChrome. We'll continue posting more about many other v2020.1 enhancements in the weeks ahead.
Our top development priority right now is wrapping up the WPF v2020.1 feature set. We've built a way to dynamically generate themes based on various options you set. This is something we'll dive into in future blog posts. Let me tell you, it's really neat and we can add more customization options in the future.
We've already run through and have improved our themes for nearly all native WPF controls and have started doing the same to Actipro controls. Ribbon has probably received the most visual updates so far. The updates allow it to look just like Office 2019, complete with new animations, and Ribbon also now takes advantage of new WindowChrome features. Keep watching our blog for more info.
Back on the WinForms side of things, we almost have another big maintenance release about ready to go for those controls. We just have some final testing before it's ready to be released.
Actipro WPF Controls v2020.1 development is in progress, and the new version’s main goals are to modernize our UI control features/themes, and make theme customization much easier.
In the previous post, we saw how a WPF Window's system context menu can be themed/customized with new WindowChrome features. Now that we've shown off a lot of new features coming to WindowChrome, let's start looking at other areas of v2020.1.
In modernizing all our control themes (more on this in future posts), we wanted to come up with a new simple control for providing modern drop shadows. What we came up with is ShadowChrome.
ShadowChrome is a simple decorator that can wrap any content. It has settings for the direction, opacity, and elevation.
The screenshots show how altering the elevation can give the shadow a drastically different appearance.
ShadowChrome isn't limited to only rectangular shapes. It can also be applied to non-rectangular shapes.
ShadowChrome is going to be used throughout our control themes in the 2020.1 version as a small part of modernizing our themes. It will be shipped as a public primitive control in our Shared Library, so that it's fully accessible to our customers as well.
Post in the comments below if you have any feedback or questions about ShadowChrome.
Our v2019.1 WPF 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.
While the version includes a wide number of small updates and bug fixes, let’s take a look at a handful of the larger updates.
AutoCompleteBox now has a property that determines whether a clear button appears when the control is focused.
BrushEditBox and ColorEditBox now have a HasText property that allows you to hide the text portion of the edit box for a swatch-only display.
DateEditBox and TimeEditBox now accept delimiter-less input for several additional custom formats.
TreeListBox and TreeListView now support an optional AlternationCount of 2 for alternating row background colors.
PropertyGrid interop with the edit boxes in our Editors product can now display a red border when a property value fails data validation.
Logic related the selection scope searching has been improved.
Ctrl+Enter can be pressed to execute a Find All search operation when the Find textbox has focus and the find all button is visible.
We are pleased to announce the release of the 2020.1 version of our UWP Controls.
This announcement post contains the detailed list of updates in the 2020.1 version. Please be aware that Windows 10 Fall Creators Update (version 1709) or later and usage of the Microsoft's free 'Win2D.uwp' NuGet package are required.
While the version includes a wide number of small updates and bug fixes, let’s take a look at a handful of the larger updates.
AutoCompleteBox now has a SelectedItemChanged event and an InputMode property, that alters input behavior. Search mode is the default and is intended for usage when the control is providing search-like functionality, commonly seen in application title bars. ComboBox mode is an alternate mode intended for use when the control should be used in more traditional ComboBox-like scenarios. When in ComboBox mode, the popup list filter turns off when not typing in the control, allowing the entire list to be browsed when interacting with the control purely via the popup.
BrushEditBox and ColorEditBox now have a HasText property that allows you to hide the text portion of the edit box for a swatch-only display.
DateEditBox and TimeEditBox now accept delimiter-less input for several additional custom formats.
Numeric edit boxes now support large incremental changes when holding Shift while pressing Up/Down or rotating the mouse wheel.
Several numeric edit boxes now support custom format strings with semi-colon conditional format specifiers.
We've added a PropertyGrid.RequestRefresh method that can be called to tell the PropertyGrid to refresh its contents.
A new background renders the search range when the search overlay pane is in Selection scope mode.
A new property allows you to disable key bindings that would activate the search overlay pane, which is useful if you have an external search UI.
Logic related the selection scope searching has been improved.
Ctrl+Enter can be pressed to execute a Find All search operation when the Find textbox has focus and the find all button is visible.
New methods allow completion list items to be added much faster, dramatically improving performance.