Actipro Editors for WPF 25.1.2

Released: Nov 6, 2025

Updates in 25.1.2

Features

  • Added a CanSwatchStretch property to the ColorEditbox and BrushEditBox controls, which determines if the swatch stretches horizontally when the HasText property is false.
  • Updated EnumEditBox, EnumPicker, and EnumListBox to have optional support for picking null as a value via new IsNullAllowed properties, useful when a nullable enumeration property is bound to the control's value to indicate a not-set state.
  • Added NullValueText properties to EnumEditBox, EnumPicker, and EnumListBox, which allows the picker text representing a null value to be altered.
  • Improved the crispness of rendered rectangles.

Fixes

  • Fixed an issue where UserPromptBuilder would not properly size a user prompt if the startup location was configured as CenterOwner and the owner could not be resolved.
  • Fixed an issue where an exception might be thrown when attempting to set UserPromptWindow.Title if the title could not be resolved.