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

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

Released: Oct 2, 2019

2019.1 build 0683 での更新項目

機能

Docking/MDI

  • Updated DockSite to raise the WindowsDragging/WindowsDragged events after a tab reorder in the same docking window container occurs.

Editors

  • Updated the DoublePicker, Int16Picker, Int32Picker, Int64Picker, and SinglePicker controls so a full rotation increments 1,000 values when the min-to-max range is larger than 1,000.

Navigation

  • Added the Breadcrumb.ComboBoxDropDownToolTip property that sets the tooltip for the Breadcrumb's drop-down button.

Released: Jun 7, 2019

2019.1 build 0681 での更新項目

機能

Ribbon

  • Added virtual Ribbon.CreateContextMenu method that can be overridden to customize a context menu.

Released: May 24, 2019

2018.1 build 0676 での更新項目

機能

Docking/MDI

  • Added the DockingWindowDefaultLocationEventArgs.FloatingLocation property that specifies the floating location of the docking window when e.ShouldFloat is set in a DockSite.WindowDefaultLocationRequested event handler.
  • Improved the cleanup of open document references.
  • Improved key processing to allow child controls to handle keys like Esc, thereby preventing the dock site from handling them.
  • Improved the DockSite.PrimaryDocumentChanged event to not fire until the end of a batch...

Released: Mar 11, 2019

2018.1 build 0675 での更新項目

機能

Actipro Docking & MDI for WPF

  • Added a virtual DockSite.ProcessDockHostKeyDown method that is called when a key is pressed while focus is within a DockHost.
  • Updated AdvancedTabControl to ensure the selected tab remains visible in tab overflow scenarios when the control is resized smaller.

Actipro Editors for WPF

  • Added ColorEditBox.IsInitialValueComparedOnPopup property which determines whether the initial value is compared to the current value on the picker popup.
  • Added ColorPicker...

Released: Dec 13, 2018

2018.1 build 0674 での更新項目

機能

Docking/MDI

  • Added UIA peers for the standard switcher and its items.
  • Updated the Prism integration sample to use Prism 7.1.
  • Updated the workspace's layout logic to account for contained docking window minimum and maximum sizes.
  • Updated floating dock hosts without MDI to use the minimum size of the docked tool windows.
  • Updated layout serialization to save breadcrumb creation times.
  • Improved built-in dock host key handling to use the preview key down event.
  • Improved the can-execute logic for...

Released: Oct 16, 2018

2018.1 build 0673 での更新項目

機能

  • Docking/MDI
    • Added automation IDs to all menu items.
    • Improved docking window breadcrumb tracking logic.
    • Improved the implementation of AdvancedTabItem context menu triggers.
    • Improved focus handling when clicking on docking window tabs.
    • Updated TabbedMdiContainer to ensure that activating an already-selected tab makes it fully-visible.
  • Editors
    • Updated MaskedTextBox's regex patterns to support empty strings.
    • Improved clicks on MaskedTextBox's prompt characters to move the selection to the end of...

Released: Jul 24, 2018

2018.1 build 0672 での更新項目

機能

Docking/MDI

  • Added the 'Close Tab Group' menu item to tabbed MDI document tab context menus.
  • Updated floating dock hosts to support layout serialization of minimized window states.
  • Fixed a focus bug that could occur when there was a floating document without any other documents in the primary dock host.
  • Improved the target size logic of the DockingWindow.MoveToNewHorizontalContainer and MoveToNewVerticalContainer methods.
  • Updated the UIA peers for docking window tabs to provide access to...

Released: Jun 8, 2018

2018.1 build 0671 での更新項目

機能

Docking/MDI

  • Added the DockSiteLayoutSerialization.CanKeepExistingDocumentWindowsOpen property that can be set to true to keep open document windows that were open prior to a document layout deserialization, even if they aren't in the deserialized layout data.
  • Set a default minimum window size DockSite.InitializeFloatingWindow to help prevent Win32 inconsistencies when resizing.
  • Updated TabbedMdiContainer to ensure that activating an already-selected tab makes it fully-visible.

Editors

  • Added...

Released: May 17, 2018

2018.1 での更新項目

機能

DataGrid

  • Improved how the custom columns for Editors interop with DataGrid commit and cancel value changes.

Docking/MDI

  • Updated tool window context menus to hide the 'Dock as Document' menu item if there is no MDI in the current DockSite.
  • Made various improvements for usage in per-monitor DPI scenarios.
  • Improved docking window container to always select the last active window when the selected window is dragged out.
  • Updated InteropFocusTracking to help ensure that StandardSwitcher always...