The ActiproSoftware.Editors.Interop.PropertyGrid.Legacy.Wpf.dll assembly currently referenced by the WPF project now wants to replace the Legacy version with ActiproSoftware.Editors.Interop.Grids.Wpf.dll, but the content names in the two assemblies are different, I couldn’t find a specific replacement method in the document. Where can I find the upgrade manual or replacement manual for reference?
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ActiProPropGrid="http://schemas.actiprosoftware.com/winfx/xaml/grids"
xmlns:gridseditors="http://schemas.actiprosoftware.com/winfx/xaml/gridseditors">
<Style TargetType="{x:Type ActiProPropGrid:TreeListViewToggleButton}"></Style>
</ResourceDictionary>
As per the above code, in the legacy version DLL, we were able to access the TreeListViewToggleButton. However, after replacing it with the latest version of ActiproSoftware.Editors.Interop.Grids.Wpf.dll and ActiproSoftware.Grids.Wpf.dll, we are encountering an issue where the TreeListViewToggleButton cannot be found. The Product Document we have reviewed so far does not mention whether the TreeListViewToggleButton has been removed or replaced with something else in the newer version.
[Modified 1 year ago]