Released: Mar 8, 2021
21.1.1 中的更新
修補程式
- Fixed a bug where referencing the NuGet packages in projects that used packages.config would also incorrectly reference the design-time assemblies.
Released: Feb 18, 2021
21.1.0 中的更新
特性
- Added the Toolbox demo.
- Improved TreeListBox so that when turning off filtering, all ancestor nodes of currently-selected nodes will remain expanded.
- Validated Microsoft .NET 5 compatibility.
- Updated Microsoft .NET Core assemblies to target .NET Core 3.1 instead of .NET Core 3.0.
- Updated Microsoft .NET Framework assemblies to target .NET Framework 4.5.2 instead of .NET Framework 4.0.
- Modernized offline documentation, and introduced online documentation on the Actipro web site.
- Created a new...
Released: Nov 18, 2020
2020.1.1 中的更新
特性
- Added the TreeListBox.HasTreeLines property, which can be set to true to render tree lines that connect items and reflect the tree hierarchy.
- Improved the performance of a couple large TreeListBox item update scenarios.
Released: Oct 2, 2020
2020.1 中的更新
特性
Microsoft .NET Core Assemblies
- Control products now ship in both Microsoft .NET Framework 4.0 and Microsoft .NET Core 3.0 assembly variations. You will now be able to use native .NET Core-based Actipro assemblies in your .NET Core apps.
NuGet Packages
- Another big request has been to supply NuGet packages for the controls. NuGet packages are published on nuget.org and contain both the .NET Core and .NET Framework variations of the assemblies.
Grids
- Added a TypeDescriptorFactory feature that...
Released: Aug 13, 2020
2019.1 build 0686 中的更新
特性
- Updated PropertyGrid to prevent ObservableCollection property model refreshing when an item is replaced.
- Improved the performance of moving a tree node to another location in the tree.
修補程式
- Fixed a bug where a BrushEditBox used in PropertyGrid wouldn't always raise the PropertyValueChanged event.
- Fixed a bug where hidden columns wouldn't allow star width columns to size correctly.
- Fixed a bug in how TreeListBox notified of multiple item removal.
Released: Mar 25, 2020
2019.1 build 0685 中的更新
特性
- Added a BorderThickness property to the property editors that integrate various Editors controls with PropertyGrid.
- Updated TreeListBox and TreeListView to support an optional AlternationCount of 2 for alternating row background colors.
- Updated PropertyGrid interop with Editors to display a red border when a property value fails data validation.
修補程式
- Fixed a bug where a tree node being edited wouldn't scroll into view.
- Fixed a bug where setting TreeListBox.RootItem to null while a filter is...
Released: Jan 10, 2020
2019.1 build 0684 中的更新
特性
- Added PropertyGrid.RequestRefresh method that can request that the property grid refreshes its contents.
- Added PropertyDescriptorPropertyModel.PropertyDescriptor property.
- Updated PropertyDescriptorPropertyModel to watch for changes to non-value vPropertyDescriptor properties like DisplayName when the descriptor implements INotifyPropertyChanged.
修補程式
- Fixed a bug where using the keyboard to attempt to select a TreeListBox item that triggers a scroll might not always focus the correct item...
Released: Oct 2, 2019
2019.1 build 0683 中的更新
特性
- 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...
Released: Aug 20, 2019
2019.1 build 0682 中的更新
特性
- Updated a focused TreeListBox to focus a newly selected item that is set programmatically.
- Updated how TreeListBox handles selection updates when filtering is applied.
Released: May 24, 2019
2018.1 build 0676 中的更新
特性
- Updated the PropertyGrid.MiscCategoryName property to return a localized version of the 'Misc' text by default.
修補程式
- Fixed a memory leak that could occur when refreshing the children of a collapsed TreeListBox node.