Actipro WPF Essentials 23.1.3
Released: Sep 11, 2023
Updates in 23.1.3
Features
- Editors
- Added a new Custom Edit Box QuickStart sample demonstrating how to build an edit box for a custom type.
- Updated each edit box template to bind the TabIndex property down to the embedded TextBox control.
- .NET Languages Add-on
- Updated the C# grammar with improved error handling within block statements.
- Updated the VB grammar to support a first optional argument in an argument list.
- Updated the binary assembly reflection logic to handle a possible exception when examining obfuscated assemblies.
- Themes
- Updated edit controls in a read-only state to have a slightly dimmer foreground than normal.
- Updated several theme brushes.
- Shared
- Refactored ResizableContentControl layout logic to better handle external constraints.
- Updated UserPromptControl to make the content area's ScrollViewer focusable only when scrollbars are visible.
Fixes
- Docking
- Fixed an issue where auto-hide tabs taps might not always display the related tool window when not using hosted popups.
- Fixed an issue where a non-hosted auto-hide popup might not resize properly when the containing Window is resized.
- .NET Languages Add-on
- Fixed an issue where the assembly repository cache mechanism wasn't working properly in .NET Core 3.1 or later applications.
- Python Language Add-on
- Fixed an issue where the package repository cache mechanism wasn't working properly in .NET Core 3.1 or later applications.
- Shared
- Fixed an issue where setting SpectrumColorPicker.SelectedColor in XAML within a UserControl might not keep the desired color selected in a certain scenario.