Actipro Universal Windows Studio for UWP のリリース

Released: Aug 22, 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.
  • 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.
  • Refactored logic that leaves breadcrumbs and...

Released: Jul 6, 2017

2017.1 build 311 での更新項目

機能

Docking/MDI

  • Improved active window tracking logic.
  • Updated the UI automation peer for docking windows to support IInvokeProvider, which will Activate the docking window when invoked.
  • Updated AdvancedTabControl tab overflow behavior logic for shrinking.
  • Improved logic for determining when a tab is about to drag in scenarios where the tab control is moved on selection due to external controls being added to the layout.

Editors

  • Added a DefaultValue property to numerous edit boxes that provides...

Released: Mar 20, 2017

2017.1 build 0310 での更新項目

機能

Charts

  • Updated labels to not render if their text is null.

Docking/MDI

  • Improved the logic used to determine floating dock host bounds when floating a tool window.
  • Updated floated docking windows to center over the dock site.

Editors

  • Added a new MaskedTextBox control that is used to restrict user input based on a specified regular expression mask. Support for input prompts and literal completion is included.
  • Added a new Calculator control that provides a familiar calculator interface to...

Released: Nov 17, 2016

2016.1 build 0306 での更新項目

機能

Docking/MDI

  • Added the DockSite.WindowsDragOver event that is raised when dragging docking windows over a drop target, allowing for certain dock guides to be hidden.
  • Updated SplitContainer slot layout logic.
  • Updated floating windows with MDI such that they will be 'owned' by the main Window if DockSite.FloatingWindowShowInTaskBarMode is Never.
  • Updated layout serialization to include docking window last active date/time information.
  • Updated the logic for how tab drags are detected.

Editors...

Released: Aug 13, 2016

2016.1 build 0305 での更新項目

機能

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 DocumentWindow.Attach and Dock methods that allow for programmatic docking to other tabbed document windows or...

Released: Feb 9, 2016

Updates in this release

Updates in 2016.1

Docking/MDI

  • Added the DockSite.ToolWindowsTitleBarContextContentAlignment property that determines if tool window container title bar context content aligns left or right of the title.
  • Added the DockSite.ToolWindowsHaveTitleBarIcons property that can be set to true to display the selected tool window's image in its container's title bar.
  • Added the ToolWindow.IsAutoHidePopupOpen property, which indicates when the tool window is open in an auto-hide popup.
  • Added the TabbedMdiHost...

Released: Apr 23, 2015

Updates in this release

Updates in 2015.1

  • New TaskBoard control can be used to create a board of reorderable columns and cards.
  • New Bar Codes control set and related 2D and linear symbologies.
  • Editors receives many updates including a new non-editable mode for edit boxes. 
  • SyntaxEditor improved with many new features.
  • Python Language Add-on's IntelliPrompt capabilities have been greatly enhanced.
  • New shapes have been added to the Shared Library.

Released: Sep 25, 2014

Updates in this release

Updates in 2014.2

  • New Editor controls for accepting input of common data types.
  • A new segment chart that allows the visual display of an integer value within a total.
  • 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 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...