WpfExtendedToolkit icon indicating copy to clipboard operation
WpfExtendedToolkit copied to clipboard

Missing properties in PropertyGrid when "Categorized" option chosen for expandable objects (net7.0-windows only)

Open bretthysuik opened this issue 3 years ago • 0 comments

When an application is built using net7.0-windows target framework, only a single property is displayed for expandable objects when the "Categorized" option is chosen. All properties are correctly displayed when the "Alphabetical" option is chosen.

net7

Everything works correctly when the application is built using net6.0-windows.

net6

Repository that reproduces the problem: https://github.com/bretthysuik/WpfExtendedToolkitDemo

bretthysuik avatar Jan 06 '23 18:01 bretthysuik