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

Released: Mar 1, 2018

2017.2 build 0665 での更新項目

機能

Docking/MDI

  • Updated the docking window container UIA hierarchy to better support Coded UI Test.
  • Updated clicks on auto-hide tabs to focus the tab prior to opening/closing the auto-hide popup.
  • Added the DockSite.AutoHidePopupClosesOnLostFocus property that can be temporarily set to false to prevent an auto-hide tool window's popup from closing while a dialog is displayed.
  • Improved the logic when dragging over linked nested dock sites such that a dock host in the same dock site will be targeted...

Released: Jan 10, 2018

2017.2 build 0663 での更新項目

機能

Docking/MDI

  • Added event that fires whenever the DockingWindow.DockHost property is changed on one or more windows.
  • Improved AdvancedTabControl tab drag handling when there is a single tab.
  • Adjusted how InteropFocusTracking handles mouse clicks on HwndHosts.
  • Improved InteropFocusTracking's handing of HwndHost.GotFocus notifications.
  • Improved InteropFocusTracking's active container tracking during docking window state changes.
  • Improved the drag stop logic to ensure that all docking window...

Released: Oct 31, 2017

2017.2 build 0662 での更新項目

機能

Docking/MDI

  • Added AdvancedTabControl tab panel support for the mouse wheel to scroll tabs when using certain tab overflow behaviors.
  • Improved selection logic when docking multiple windows at the same time.
  • Improved auto-hidden tool window containers in non-hosted popups to support title bar drag-to-float functionality.
  • Improved AdvancedTabControl's panel to allow for customization of the tab layout.
  • Improved border rendering when tool window title bars were hidden.
  • Updated floating dock hosts...

Released: Aug 22, 2017

2017.2 build 661 での更新項目

機能

Docking/MDI

  • Updated the read-only document contextual indicator to render separately from any custom contextual content.
  • Improved logic for when dragging a single floating tabbed document window.

Editors

  • Added the PartEditBoxBase.TextAlignment property to control the alignment of the text area (i.e. right-align numeric edit boxes). Use this instead of HorizontalContentAlignment.

不具合の修正

Docking/MDI

  • Fixed a bug introduced in the previous build where a standard MDI window opened in a maxmized...

Released: Aug 3, 2017

2017.2 での更新項目

機能

Docking/MDI

  • Added the DockingWindow.IsFloating property, which supports data-binding and indicates if the docking window is open in a floating DockHost.
  • Updated the DockSite.WindowDefaultLocationRequested event with a new ShouldFloat property on the event arguments.
  • Refactored logic that leaves breadcrumbs and added float ability to restore to floating breadcrumbs.
  • Updated maximized standard MDI windows to remove flicker when a new primary document is set.
  • Updated the tool window container...

Released: Jun 28, 2017

2017.1 build 0652 での更新項目

機能

Docking/MDI

  • Added the FloatingWindowShowInTaskBarMode.Always option, which lets floating tool windows appear in the task bar.
  • Updated the Prism sample's DockSiteRegionBehavior to properly remove a view from the region when a related docking window is unregistered from its dock site.
  • Improved system dragging over tabs to properly indicate no drop is supported, while still allowing tabs to be selected on hover.
  • Improved focus logic.
  • Improved logic for determining when a tab is about to drag in...

Released: Mar 19, 2017

2017.1 build 0650 での更新項目

機能

Docking/MDI

  • Updated hosted floated docking windows to center over the dock site.
  • Updated double-clicks on a docked tool window container title bar to float the container.

Editors

  • All controls rewritten to be faster, more lightweight in terms of elements, and use a common codebase with the UWP Editors.
  • New ByteEditBox, DateEditBox, Int16EditBox, SingleEditBox, and TimeEditBox controls added.
  • New and improved drop-down picker controls for each edit box created.
  • Updated EnumEditBox with improved...

Released: Dec 15, 2016

2016.1 build 635 での更新項目

機能

Docking/MDI

  • Improved the keyboard Tab experience with AdvancedTabControl.

不具合の修正

Docking/MDI

  • Fixed a bug where Alt+F4 could close a docking window whose CanClose property was false.
  • Fixed a bug where AdvancedTabItem could incorrectly intercept a right-click over its displayed content area.
  • Fixed a bug where an exception could occur while dragging docking windows in a certain scenario.
  • Fixed a bug introduced in the previous build where clicking the title bar of a floating tool window might not...

Released: Aug 13, 2016

2016.1 build 633 での更新項目

機能

Docking/MDI

  • Added the DockSiteLayoutSerializer.CanSerializeUnusedLazyLoadData property, which can be set to true to re-embed unused lazy load data back into serialized layouts.
  • Added the DockSite.CanToolWindowsDragToFloatingDockHostsWithWorkspaces property, which can be set to false to prevent tool windows from being dragged to floating dock hosts that contain workspaces.
  • Added several virtual Initialize* methods on DockSite that can be overridden to further initialize a hosting Window prior...

Released: Nov 15, 2010

Updates in this release

Updates in 2010.2

New controls include:

  • CornerRadiusEditBox
  • Int64EditBox
  • ThicknessEditBox