
Improves Grid, SyntaxEditor and Editors controls.
Features
Actipro Grids for WPF
- Updated TreeListBox to recursively search the tree for filter results as appropriate when the TreeItemChildrenQueryMode.OnExpansion option is used and TreeListBox.AutoExpandItemsOnFilter is set. In lazy-load scenarios where there are large load times (e.g. database or file system access), keep the AutoExpandItemsOnFilter property false when filtering to prevent initial display performance.
- Improved performance of handling some external updates to collections being edited inline.
Actipro SyntaxEditor for WPF
- Updated CompletionSession so that when auto-completing without the popup showing, it raises the Opened event in addition to the Closed event that was already raised.
- Added the IServiceLocator.SyncRoot property, and updated SyntaxLanguage to be thread-safe for registering and unregistering services.
Actipro Docking & MDI for WPF
- Added a virtual DockSite.ProcessDockHostKeyDown method that is called when a key is pressed while focus is within a DockHost.
- Updated AdvancedTabControl to ensure the selected tab remains visible in tab overflow scenarios when the control is resized smaller.
Actipro Editors for WPF
- Added ColorEditBox.IsInitialValueComparedOnPopup property which determines whether the initial value is compared to the current value on the picker popup.
- Added ColorPicker.ComparisonValue and IsComparisonValueVisible properties that support a comparison color.
- Added HsbColorPicker.ComparisonValue and IsComparisonValueVisible properties that support a comparison color.
- Improved DoublePicker and SinglePicker to better support very small numbers.
- Improved MaskedTextBox input logic to allow typing anywhere in the leading prompt characters.
- Updated GradientStopSlider to return a default width when measured with infinite width.
Actipro Ribbon for WPF
- Updated the RibbonCommands.ToggleMinimization command so that the KeyGesture (defaulting to Ctrl+F1) assigned to its InputGestures will be used to execute the command.
- Updated TextBox controls on the ribbon to show their default context menus.
- Improved built-in context menu display logic.
- Improved the handling of focus tracking when DefaultAcquireHwndFocusInMenuMode is false.
Actipro Wizard for WPF
- New release speeds up default page transition animation duration.