Actipro Docking & MDI for WPF 新版本發表

Released: Jun 28, 2017

2017.1 build 0652 中的更新

特性

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

Released: Mar 19, 2017

2017.1 build 0650 中的更新

特性

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

Released: Dec 15, 2016

2016.1 build 635 中的更新

特性

  • Improved the keyboard Tab experience with AdvancedTabControl.

修補程式

  • 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 always cause it to...

Released: Aug 13, 2016

2016.1 build 633 中的更新

特性

  • Added the DockSiteLayoutSerializer.CanSerializeUnusedLazyLoadData property, which can be set 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 to display.
  • Added the...

Released: Feb 3, 2016

Updates in this release

Updates in 2016.1

  • Completely Rebuilt - The Docking/MDI product has completely rebuilt product internals, which are optimized and now support next generation features found in Visual Studio 2015.
  • Subtle Animations - Quick subtle animations have been updated and added throughout the product to give it a more vibrant feel. Dragging tabs uses smooth animations, dock guides and drop targets pop into place, and auto-hide popups slide in and out.
  • AdvancedTabControl - New AdvancedTabControl control...

Released: Sep 25, 2014

Updates in this release

Updates in 2014.2

  • Six new built-in chart palette options, including Retro and Sand.
  • Updated the Country and Currency classes with the latest ISO data.
  • New custom property editor sample that shows how to easily add a custom property editor for a certain type.
  • Quote auto-completion support has been added to the DelimiterAutoCompleter class, with double quote completion enabled by default. As the user types a start quote, the related end quote will be auto-entered after the caret.
  • Support ASP-style...

Released: Mar 7, 2011

Updates in this release

Updates in 2011.1

  • Complete MVVM Support
    New updates effectively let DockSite behave like an ItemsControl. It can now bind to a collection of view models. Each view model auto generates a docking window as a container (overridable in the same way you can with ItemsControl) that will wrap the view model and display content for it. An implicitly defined DataTemplate resource for the view model can be used to render the view model's content within the docking window. An ItemContainerStyle can be set...

Released: Nov 15, 2010

Updates in this release

Updates in 2010.2

  • Docking/MDI adds complete layout serialization (MDI area too)
  • New layout deserialization options
  • Many new UI options

Released: Dec 23, 2009

Updates in this release

Updates in 2009.2

Version 2009.2 adds designer support for Visual Studio 2010 and Expression Blend 3.

Released: Dec 23, 2009

Updates in this release

Updates in 2009.2

  • Designer support for Visual Studio 2010 and Expression Blend 3.