Xceed Toolkit Plus for WPF V5.1 (Build 5.1.25458.6288)

Released: Sep 8, 2025

V5.1 (Build 5.1.25458.6288) での更新項目

機能

  • RichTextBoxFormatBar
    • A new property, called AlwaysVisible, can now be used to always keep the RichTextBoxFormatBar visible.
    • A new property, called Position, can now be used to set the position of the RichTextBoxFormatBar when the AlwaysVisible property is set to true.
    • A new enumeration, called FormatBarPosition, can now be used to customize the position of the RichTextFormatBar when it is displayed on screen.
  • Xceed.Wpf.Toolkit.Primitives
    • A new property, called FilterText, was added to the SelectAllSelector class & can be used to update the collection view according to the text input.
    • A new property, called IsFilterActive, was added to the SelectAllSelector class & allows to enable or disable the new FilterText property.
    • A new property, called FilterWatermark, was added to the SelectAllSelector class & allows to define the text serving as a watermark when the FilterText property is active.
    • A new dependency property, called FilterTextProperty, was added in Xceed.Wpf.Toolkit.Primitives.SelectAllSelector.
    • A new dependency property, called IsFilterActiveProperty, was added in Xceed.Wpf.Toolkit.Primitives.SelectAllSelector.
    • A new dependency property, called FilterWatermarkProperty was added in Xceed.Wpf.Toolkit.Primitives.SelectAllSelector.
  • ExtendedTabControl
    • It is now possible to display the Previous & Next tab buttons vertically with all themes.
    • The Previous & Next tab buttons will now stay hidden when the ShowPrevNextButtons property is set to false & a new tab is added.
  • In the Generic & Aero themes, floating a window containing a menu toggle button will now display said button properly.
  • Xceed.Wpf.DataGrid.dll has been renamed to Xceed.Wpf.DataGrid.Toolkit.dll, which now makes it possible to create an app using similarly-named controls taken from both this Toolkit & the full version of Xceed's Datagrid without encountering any problems due to the way the assemblies are named.
  • A new class, called AppearanceProperties, can now be used to set the Radius, Margin, Foreground & FontWeight properties for controls without those base properties.
  • A new converter class, called CornerRadiusToUnderlineMarginConverter, is now used to adapt the underline to text-based inputs.
  • A new converter class, called CornerRadiusReplacementConverter, is now used to adapt the radius converter according to the radius of the parent element.

不具合の修正

  • AvalonDock
    • Loading an app that has FloatingWindows containing LayoutAnchorables will no longer double the header of said windows automatically.
  • DateTimePicker & DateTimeUpDown
    • Trailing zeros are no longer added to ms values that have less than 3 digits when focus is lost.
  • PropretyGrid
    • Updating the content of the collection from a Collection PropertyItem will now properly validate and then correctly display the red border associated with said validation when necessary.
  • The obsolete MaskedTextBox control found in the Xceed.Wpf.Toolkit.Obsolete namespace has been removed; users should use the MaskedTextBox found in the Xceed.Wpf.Toolkit namespace instead.
  • User-defined icons no longer appear blurry when using StyleableWindow.
  • The text within a watermark will now be correctly aligned inside the control.