-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PropertyGrid: objects not expandable #1553
Comments
@DustinCampbell, @AdamYoblick and I feel like you mentioned something here -- do you have any thoughts? |
|
This is about the .NET Core property grid and not the framework version, which gets used in VS. So, I don't really have anything to add. |
Thank you @hughbe 🚀 |
reopening since apparently this is desired for 3.0 GA which means it would need a port PR. cc @safern. |
(if not, please re-close ) |
@RussKie perhaps this can be closed - maybe after our code flows and you've validated ? |
Seems to work for me in 3.0 GA, can't test 3.1 right now |
@RussKie the fix seems to be in the 3.1 branch... have you guys consumed the latest Microsoft.NETCore.App from 3.1? Would you mind checking what version you tested agains? Here's the source code for 3.1: https://github.com/dotnet/corefx/blob/release/3.1/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/ReflectTypeDescriptionProvider.cs#L139 |
Thank you for the confirmation. |
Problem description:
The property grid does not allow to expand complex objects if those aren't at the top level of object hierarchy.
Actual behavior:
Expected behavior:
Object at all levels are expandable.
Minimal repro:
Run WinFormsControlsClassicTests and WinformsControlsTest side-by-side, click [Collection Editors] button and compare the property grids.
The text was updated successfully, but these errors were encountered: