bodong1987 / Avalonia.PropertyGrid

A property edit control in Avalonia like DevExpress's PropertyGridControl.
https://www.cnblogs.com/bodong
MIT License
169 stars 18 forks source link

Bug with RequiredAttribute #11

Closed furesoft closed 1 year ago

furesoft commented 1 year ago

If I use properties with the RequiredAttribute only the required properties are displayed until they are set but all should be displayed

bodong1987 commented 1 year ago

Thanks for the feedback, I referred to Microsoft's documentation, and tested this Attribute in DevExpress' PropertyGridControl and WinForms' ProeprtyGrid, but I couldn't find what the correct behavior should look like. Through this feedback, I found another problem, which was fixed in the latest version. Can you explain in more detail what this Attribute does?

furesoft commented 1 year ago

Thank you, it is fixed