Actipro Grids for UWP のリリース

Released: Apr 3, 2023

22.1.0363 での更新項目

機能

  • 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

22.1.0362 での更新項目

機能

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

不具合の修正

  • 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

22.1.0361 での更新項目

機能

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

Released: Mar 3, 2022

22.1.0360 での更新項目

機能

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

Released: Feb 15, 2021

2020.1 build 0353 での更新項目

機能

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

不具合の修正

  • 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

2020.1 build 0352 での更新項目

機能

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

不具合の修正

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

Released: Aug 26, 2020

2020.1 build 0351 での更新項目

機能

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

不具合の修正

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

Released: Mar 26, 2020

2020.1 での更新項目

機能

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

不具合の修正

  • Fixed a bug where collection properties might not expand properly.
  • Fixed a bug where using multiple TreeListView star-sized columns...

Released: Oct 10, 2019

2019.1 build 0341 での更新項目

機能

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