Released: Mar 8, 2021
Updates in 21.1.1
Fehlerkorrekturen
- 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
Updates in 21.1.0
Funktionen
- 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...
Released: Nov 18, 2020
Updates in 2020.1.1
Funktionen
- 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
Updates in 2020.1
Funktionen
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...
Released: Aug 13, 2020
Updates in 2019.1 build 0686
Funktionen
- 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.
Fehlerkorrekturen
- 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
Updates in 2019.1 build 0685
Funktionen
- 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.
Fehlerkorrekturen
- Fixed a bug where a tree node being edited wouldn't scroll into view.
- Fixed a bug where setting TreeListBox.RootItem to...
Released: Jan 10, 2020
Updates in 2019.1 build 0684
Funktionen
- 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.
Fehlerkorrekturen
- Fixed a bug where using the keyboard to attempt to select a TreeListBox item that triggers a scroll might not always focus...
Released: Oct 2, 2019
Updates in 2019.1 build 0683
Funktionen
- 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...
Released: Aug 20, 2019
Updates in 2019.1 build 0682
Funktionen
- 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
Updates in 2018.1 build 0676
Funktionen
- Updated the PropertyGrid.MiscCategoryName property to return a localized version of the 'Misc' text by default.
Fehlerkorrekturen
- Fixed a memory leak that could occur when refreshing the children of a collapsed TreeListBox node.