Actipro WPF Essentials 25.1.0
Released: May 14, 2025
25.1.0 での更新項目
機能
- All
- Added .NET assembly targets for .NET 8.
- Updated .NET assemblies to target .NET 6 instead of .NET Core 3.1.
- Bars
- Dockable Toolbars:
- Visual Studio-like toolbars are now available that can be dragged to and docked within any side of a host control. Multiple lines of toolbars are supported in each host side, and multiple toolbars can appear in each line. Toolbars can optionally be floated and moved to other screens as well.
- End users can toggle which toolbars are visible.
- Docking/MDI
- Tabbed MDI Single Tab Layout Behavior:
- A new option allows for tabbed MDI tabs to be hidden when there is a single document in a container.
- Tab Key Access:
- Updated access keys to jump directly to tabs based on their index number. The Ctrl+9 key will now jump to the last document in the tabbed MDI container, regardless of its index.
- Shared Library
- User Prompt Resizing:
- The UserPromptBuilder now has an easy way to configure a user prompt to be resizable.
- .NET Requirements
- All assemblies now have a target for .NET 8. Prior .NET Core 3.1 targets were updated to .NET 6 instead, which can be used by those not yet moving to .NET 8.