Xceed Extended WPF Toolkit Plus Releases

Released: Mar 4, 2024

Atualizações na V4.6 (Build: 4.6.24151.1544)

Correções

  • 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

Atualizações na V4.6

Recursos

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

Released: Apr 3, 2023

Atualizações na V4.5 (Build: 4.5.23158.14510)

Recursos

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

Correções

  • When...

Released: Oct 5, 2022

Atualizações na V4.5

Recursos

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

Released: May 14, 2022

Atualizações na V4.4

Recursos

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

Released: Feb 4, 2022

Atualizações na V4.3.1

Recursos

  • Added compatibility with the Microsoft .NET 6 framework.

Correções

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

Released: Dec 21, 2021

Atualizações na V4.3

Recursos

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

Released: Jul 19, 2021

Atualizações na V4.2

Recursos

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

Released: Jan 25, 2021

Atualizações na V4.1

Recursos

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

Released: Aug 17, 2020

Atualizações na V4.0.1

Recursos

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