This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, How can I make the default property values shown in the propertygrid bold? The properties use the DefaultValue attribute. Example:
Thank you Oscar |
|
|
Hi Oscar, The data context of each editor style is an ObjectWrapper, from which you can get a PropertyNode object from the Property property. From this you can get the PropertyInfo which can give you the attributes of the property. You may be able to use this within a multi binding converter to control the font weight of the editor style. I have not tried this myself, and unfortunately I have not found an obvious way of doing this at a higher level than the editor styles. I hope you're able to implement it! -Jason Fauchelle |
|
|
Thanks Jason! That worked great. Regards Oscar |
|