Xceed Extended WPF Toolkit Plus(英語版) のリリース

Released: Mar 4, 2024

V4.6 (Build: 4.6.24151.1544) での更新項目

不具合の修正

  • Floating a LayoutElement when AvalonDock is used under a different application domain no longer causes AvalonDock to crash.
  • The Column PreviousVisibleColumn property no longer triggers an exception.
  • Having multiple DateTimePicker will no longer create memory leaks.
  • In PropertyGrid, creating a binding on the PropertyDefinitions property no longer displays an empty PropertyGrid when that PropertyGrid is located inside a DataTemplate.
  • A Property of the IList<> type will now use the...

Released: Oct 25, 2023

V4.6 での更新項目

機能

  • Added new FluentDesign theme.
  • When scrolling vertically, the ExtendedTabControl no longer changes width based on the content of its TabItems. Instead, the TabItems' widths are now automatically resolved using the width of the TabItem with the largest entry.
  • LiveExplorer:
    • Interactive examples have been added to show how controls are affected by the FluentDesign theme.
    • Screenshots have been added to show how controls are affected by the FluentDesign theme.
  • CheckComboBox:
    • Added a new property...

Released: Apr 3, 2023

V4.5 (Build: 4.5.23158.14510) での更新項目

機能

  • DateTimeUpDown.TryParseDateTime() is now a protected virtual method.
  • Chart:
    • Added a new Area.GridBackgroundTemplate property that can be used to set a background in the grid-only part of a chart's area.
  • ExtendedTabControl:
    • Added a new AddTabEvent event, added for when a new TabItem is added in the control.
    • Added a new RemoveTabEvent event that is raised when a TabItem is removed from the control.
    • It is now possible to add items of a custom type using the ItemsSource.

不具合の修正

  • When getting the...

Released: Oct 5, 2022

V4.5 での更新項目

機能

  • When using Microsoft Office 2007 themes, WatermarkComboBox now displays the selected item if the IsEditable property is set to true.
  • AvalonDock:
    • The DockingManager now includes four new events, called PreviewFloat, Floated, PreviewDock and Docked, which track the floating and docking process of a LayoutAnchorable or LayoutDocument.
    • Hovering over the application's taskbar icon will now show all of the DockingManager’s floating windows along with the application's main window.
    • When a Layout is...

Released: May 14, 2022

V4.4 での更新項目

機能

  • The dlls for Microsoft .NET 5 now work in .NET 6 applications.
  • AvalonDock:
    • Belgian-Dutch culture is now supported.
    • Canceling when closing a LayoutAnchorable now keeps the content visible.
    • Floating a LayoutContent contained in a Pane, which itself is contained in a group, now removes the unused panes/groups to resize the remaining pane/groups using the leftover space.
    • Setting FloatingWidth or FloatingHeight on a LayoutContent inside the FloatingWindows.CollectionChanged callback now uses those...

Released: Feb 4, 2022

V4.3.1 での更新項目

機能

  • Added compatibility with the Microsoft .NET 6 framework.

不具合の修正

  • AvalonDock
    • The AnchorableSources property now works as expected.
    • ActiveContent no longer resets to the first LayoutContent when new LayoutContents is added.
    • Docking a floating window using the title bar's Dock command now correctly docks the floatingWindow inside the main window.
    • Docking a LayoutAnchorable by using the ContextMenu's Dock command now sets the IsFloating property to false and correctly updates the FloatingWindows...

Released: Dec 21, 2021

V4.3 での更新項目

機能

  • Adds support for Microsoft Windows 11.
  • New LiveExplorer allows you to explore different Toolkit controls.
  • All controls can now be used under the new MaterialDesign theme.
  • AvalonDock
    • Improved memory management.
    • A custom NavigatorWindow can now be created.
    • Using the ReplaceChild method from LayoutDocumentPane or LayoutAnchorablePane now replaces the child without modifying the SelectedContentIndex.
    • The pin icon is now collapsed instead of hidden when LayoutDocuments have their CanTogglePin...

Released: Jul 19, 2021

V4.2 での更新項目

機能

  • Added support for Microsoft .NET 5.
  • AvalonDock:
    • The LayoutContent.IsFloating property now raises a PropertyChanged event when a LayoutAnchorable/LayoutDocument starts/ends floating. This allows you to add a binding on the IsFloating property.
    • The LayoutItem.CanClose/IsSelected/IsActive/CanTogglePin properties can now be changed dynamically.
    • Moving LayoutDocumentTabItems to reorder them no longer creates a floating window as soon as the mouse leaves the LayoutDocumentTabItem's top and bottom...

Released: Jan 25, 2021

V4.1 での更新項目

機能

  • AvalonDock:
    • Added new CanFloatBehindMainWindow property which can now be used to make floatingWindow float behind the DockingManager; the floatingWindow's focus is now handled through this new property.
  • Chart:
    • Using DateTime tick labels now always shows the requested number of ticks.
  • CheckComboBox and CheckListBox:
    • Added new ItemSelectionChanging event to cancel a selection/deselection.
  • PropertyGrid:
    • Properties of type Collection/Array/Dictionary, which only contains a getter, can now be...

Released: Aug 17, 2020

V4.0.1 での更新項目

機能

  • All Controls and samples
    • The licensing comments have been updated.
    • Now supports the High Contrast mode when loading the application while in High Contrast mode.
  • AvalonDock
    • A new event "ToggledPin" is now raised when a LayoutContent is pinned/unpinned.
    • Pinning an auto-hide LayoutAnchorable now pins it on the appropriate side depending on its position in the children list.
    • Creating and dropping a LayoutDocumentFloatingWindow now updates the remaining star sized LayoutElements.
    • Resizing a star...