dotnetprojects/WpfExtendedToolkit

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

bretthysuik opened this issue · 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