Lanzamientos de Actipro Grids for UWP

Released: Apr 3, 2023

Actualizaciones en 22.1.0363

Características

  • Updated TreeListBox.InvalidateChildren to work properly for the root item when IsRootItemVisible is false.
  • Updated TreeListBox to not handle number pad arithmetic keys if focus is within an embedded TextBoxBase control.

Released: Nov 8, 2022

Actualizaciones en 22.1.0362

Características

  • Updated property grid item UIA peers to return their full path in the AutomationId property.

Correcciones

  • Fixed an issue where a dragged TreeListBox item wasn't focused after drop.
  • Fixed an issue where category editor child controls might not allow certain keys to be typed.

Released: May 26, 2022

Actualizaciones en 22.1.0361

Características

  • Updated 'PropertyModelStringFilter' to support category editors.
  • Updated 'TreeListBox.InvalidateChildren' logic to better handle collapsed node invalidation.

Released: Mar 3, 2022

Actualizaciones en 22.1.0360

Características

  • Added the TreeListBox.FilterApplied event that is raised after the current filtering state has been applied to all of the control's items, generally occurring when DataFilter is changed, or filtering is enabled or disabled.
  • Added a TreeListBoxItemAdapter.GetAbsolutePath method that can be implemented to improve performance in large trees when searching for a tree node.
  • Added the TreeListBoxItemAdapter.GetDefaultActionCommand method and updated the sample TreeNodeModel to properly...

Released: Feb 15, 2021

Actualizaciones en 2020.1 build 0353

Características

  • Improved TreeListBox so that when turning off filtering, all ancestor nodes of currently-selected nodes will remain expanded.

Correcciones

  • Fixed a couple bugs in the Dictionary Data Factory QuickStart caused by recent PropertyModel class changes.
  • Fixed a bug in recent PropertyModel class changes that could throw an exception when used.
  • Fixed a bug where the AdvancedTextBlock.HasToolTipOnOverflow property wasn't disabling the tooltip properly.

Released: Nov 18, 2020

Actualizaciones en 2020.1 build 0352

Características

  • Added the IPropertyModel.StandardValuesSelectedValuePath property that specifies an optional path to bind to ComboBox.SelectedValuePath when displaying a property editor for limited standard values.
  • Improved the performance of a couple large TreeListBox item update scenarios.
  • Updated the TreeListBoxItemAdapter.OnDrop method to be called with the TreeItemDropArea result from the previous OnDragOver method call.

Correcciones

  • Fixed a bug where filtering might not work properly in a...

Released: Aug 26, 2020

Actualizaciones en 2020.1 build 0351

Características

  • Added the PropertyGrid.ImmediateStringValueTemplate property and the related DefaultValueTemplateKind.ImmediateString enum value to select it. The new DataTemplate is the same as the DefaultStringValueTemplate but uses a binding that updates immediately as text is typed instead of only on focus loss.
  • Updated PropertyGrid to prevent ObservableCollection property model refreshing when an item is replaced.

Correcciones

  • Fixed a bug where a BrushEditBox used in PropertyGrid wouldn't...

Released: Mar 26, 2020

Actualizaciones en 2020.1

Características

  • Added the PropertyGrid.RequestRefresh method that can request that the property grid refreshes its contents.
  • Added the PropertyDescriptorPropertyModel.PropertyDescriptor property.
  • Updated PropertyDescriptorPropertyModel to watch for changes to non-value PropertyDescriptor properties like DisplayName when the descriptor implements INotifyPropertyChanged.

Correcciones

  • Fixed a bug where collection properties might not expand properly.
  • Fixed a bug where using multiple TreeListView...

Released: Oct 10, 2019

Actualizaciones en 2019.1 build 0341

Características

  • Added a new section to the PropertyGrid 'Data Models and Factories' documentation topic that talks about best practices for clearing the DataObject property when the PropertyGrid is no longer needed to prevent memory leaks.
  • Added the PropertyGrid.CanClearDataObjectOnUnload property that can be set to true to automatically clear the DataObject property when the control is unloaded. Clear the DataObject property manually when CanClearDataObjectOnUnload cannot not used.
  • Improved how...