Released: Dec 13, 2021
22.1.0 中的更新
特性
- Charts
- Added new AggregationKind.SignedMaximum and AggregationKind.SignedMinimum which compare against absolute values while retaining the sign of the original value; e.g., -5 is greater than 4.
- Refactored internal data processing logic to support more data types and throw InvalidOperationException for unsupported types.
- DataGrid
- Improved the various predefined columns that integrate Editors controls into DataGrid to pass updated column property values onto the generated Editors controls...
Released: Sep 7, 2021
21.1.3 中的更新
特性
- Charts
- Added the LabelVisibility.PointerProximitySingle option, which only shows the label closest to the pointer.
- SyntaxEditor
- Improved IntelliPrompt UI to reposition itself when the view's text area layout is updated, such as when scrolling.
- Added the SyntaxEditor.WordWrapModeChanged event that is raised when the SyntaxEditor.WordWrapMode property is changed.
- Updated the horizontal ScrollBar to remain visible in word wrap mode when the SyntaxEditor.HorizontalScrollBarVisibility property is...
Released: Jul 9, 2021
21.1.2 中的更新
特性
- Docking/MDI
- Added the TabbedMdiHost.MinTabExtent and MaxTabExtent properties that determine the size range of all tabbed MDI tabs.
- Improved a couple of splitter visualization features.
- Improved tab rendering for high-DPI scenarios.
- Updated focus handling within the StandardSwitcher to better support screen readers.
- Updated StandardSwitcher items to use document window filenames as UIA help text.
- Updated the DockSite.WindowsDragged event to fire after related layout changes have fully...
Released: Mar 8, 2021
21.1.1 中的更新
特性
- Ribbon
- Updated how the Backstage's close button visibility is bound to its CanClose property.
- Updated the Name automation property on the application button, Backstage close button and toggle minimization button.
- SyntaxEditor
- Added a new IUnusedRegionTag that can be applied to ranges of unused code that should be rendered using partial transparency.
- Added a new Unused Regions QuickStart to demonstrate the new unused regions feature.
修補程式
- All
- Fixed a bug where referencing the NuGet packages in...
Released: Feb 18, 2021
21.1.0 中的更新
特性
- All
- Validated Microsoft .NET 5 compatibility.
- Updated Microsoft .NET Core assemblies to target .NET Core 3.1 instead of .NET Core 3.0.
- Updated Microsoft .NET Framework assemblies to target .NET Framework 4.5.2 instead of .NET Framework 4.0.
- Modernized offline documentation, and introduced online documentation on the Actipro web site.
- Created a new 'WPF-Controls' GitHub repository with the full source of documentation topics, samples and other code.
- Charts
- Updated the label collision logic...
Released: Nov 18, 2020
2020.1.1 中的更新
特性
- Docking/MDI
- Refactored the InteropFocusTracking logic for determining if a HwndHost contains keyboard focus.
- Editors
- Updated AutoCompleteBox to support disabling its list virtualization when the attached VirtualizingStackPanel.IsVirtualizing property is set to false.
- Grids
- Added the TreeListBox.HasTreeLines property, which can be set to true to render tree lines that connect items and reflect the tree hierarchy.
- Improved the performance of a couple large TreeListBox item update scenarios...
Released: Oct 2, 2020
2020.1 中的更新
特性
Microsoft .NET Core Assemblies
- Control products now ship in both Microsoft .NET Framework 4.0 and Microsoft .NET Core 3.0 assembly variations. You will now be able to use native .NET Core-based Actipro assemblies in your .NET Core apps.
NuGet Packages
- Another big request has been to supply NuGet packages for the controls. NuGet packages are published on nuget.org and contain both the .NET Core and .NET Framework variations of the assemblies.
Docking/MDI
- Added the ToolWindowContainer...
Released: Aug 13, 2020
2019.1 build 0686 中的更新
特性
Docking/MDI
- Added the AdvancedTabControl.TabDragReordered event, which is raised after a tab is reordered with internal drag/drop.
- Improved the UI automation peer tree related to auto-hidden tool windows.
- Updated Shift+Esc to close the active tool window.
- Updated docking window close focus-moving logic to not possibly move focus into an auto-hidden tool window.
Editors
- Added an IsNullAllowed property to DatePicker, DateTimePicker, and TimePicker, and changed their Value property type to be...
Released: Mar 25, 2020
2019.1 build 0685 中的更新
特性
Docking/MDI
- Added the StandardSwitcher.DocumentsColumnTitle and ToolWindowsColumnTitle properties to allow for easier customization of the column titles.
- Added the AdvancedTabControl.HeaderBackground property that fills the header area behind tabs and buttons.
- Updated when the DockingWindow.IsOpen property is changed during layout changes to more closely match the DockSite.WindowsOpened/WindowsClosed events.
- Updated how the adornment Window that hosts dock guides is closed to prevent a...
Released: Jan 10, 2020
2019.1 build 0684 中的更新
特性
Docking/MDI
- Improved the AdvancedTabControl tab layout logic when using shrink overflow to help ensure tabs fully fill the control extent.
- Updated the tab overflow menu to check the menu item for the currently-selected tab.
- Updated StandardSwitcher to not reserve space for docking window images when they aren't available.
- Added the DockHost.GetVisibleToolWindowContainerCount method, which is useful for determining if there is are multiple ToolWindowContainers within a floating DockHost...