Skip to content
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

creating a custom Editor for a Category (bundle of dependency Properties) is not working #54

Open
belmasnaoui opened this issue Dec 30, 2022 · 0 comments

Comments

@belmasnaoui
Copy link

trying to make a designer experience for a bundle of Properties is not working.
See : builder.AddCustomAttributes("CustomControlLibrary1.WpfCore.MyTextBox",CategoryEditor.CreateEditorAttribute(new MyCategoryEditor()));
The Idea is sample. In MyTextBox, I do have 2 or more properties which depend on each other. For instance: The MyTextBox displays a decimal number with floating point and an unit (millimeter, bar. etc.). Every unit will have a predefined count of digits after the decimal point.
Changing the unit affects the count of digits after the decimal point.
Is creating a category for some type is not supported any longer?

Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant