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

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

Released: Nov 15, 2010

Updates in this release

Updates in 2010.2

  • Added Office 2010 themes with glass extensions into the tab area
  • Added new Backstage, BackstageTab, TaskTabControl, and TaskTabItem controls. Updated the main demo and added a new QuickStart to show off Backstage
  • Added the Ribbon.IsApplicationMenuOpenChanged event, which also fires for Backstage
  • Added the Ribbon.ApplicationButtonLabel property, which allows dynamic changing of the Scenic application button's text at run-time. Updated related QuickStart to show new feature
  • Added...

Released: Nov 15, 2010

Updates in this release

Updates in 2010.2

  • Updated how NavigationBar styles are structured, and set NavigationBar.Background to not be transparent in Office 2010 themes
  • Added support for new Office 2010 blue/black/silver themes
  • Updated NavigationBar so images that are smaller than required are centered and not scaled up
  • Updated an expander style to fix a potential measurement issue
  • Added ZoomContentControl.TranslatePointFromContent method to translate points from the content element
  • Fixed unhandled exception when...