Actipro WPF Essentials (英語版) のリリース

Released: Mar 15, 2022

22.1.1 での更新項目

機能

  • All
    • Improved Microsoft Visual Studio 2022 designer support.
  • Docking
    • Improved an exception message for a particular layout deserialization scenario.
    • Improved support for DockingWindow.ContainerMinSize to influence the minimize size of floating document windows.
  • Editors
    • Updated how EmbeddedListBox tracks clicks to better support touch-based scrolling.
  • Ribbon
    • Improved built-in context menu display logic.
    • Improved Tab key handling when the QAT is in the window title bar.
  • Shared
    • Improved...

Released: Dec 13, 2021

22.1.0 での更新項目

機能

  • Docking
    • Improved how focus is applied to TreeListBox controls when a docking window is activated.
  • Editors
    • Added a PartEditBoxCommitTriggers.LostFocus option so that commit on focus loss is now optional, which is a breaking change since it previously always occurred. The Default and All options have been updated to include LostFocus so they operate like before. If you use any other custom options, you must also now include the LostFocus option to retain the same behavior as before.
    • Renamed the...

Released: Sep 7, 2021

21.1.3 での更新項目

機能

  • Ribbon
    • Updated gallery items to not show a default context menu if a ContextMenu is defined on the GalleryItem.

不具合の修正

  • Shared
    • Fixed a bug where the PopupButton.PopupHorizontalOffset and PopupVerticalOffset properties weren't being applied to the popup.

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.

不具合の修正

  • All
    • Fixed a bug where referencing the NuGet packages in projects that used packages.config would also incorrectly reference the design-time assemblies.

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.
  • Editors
    • Added the AutoCompleteBox...

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.
  • Themes
    • Improved the appearance of tabbed MDI container tabs when in dark themes.
    • Improved the ListView control theme.
  • Shared
    • Improved the AdvancedTextBlock logic for adjusting the HighlightForeground when needed.
  • Theme Designer...

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...