I have a requirement that the property grid editor not be bold when a value changes. Is there some property that disables the bold-ness of the property editor controls when they have a change?
Thanks,
Brian
I have a requirement that the property grid editor not be bold when a value changes. Is there some property that disables the bold-ness of the property editor controls when they have a change?
Thanks,
Brian
Hi Brian,
Yes in the 2016.1 and earlier versions, you can change the PropertyGrid.ModifiedPropertyDisplayMode property.
In the upcoming 2017.1 version, we have rewritten the PropertyGrid from the ground up to be much faster and easier to use. We made the decision to drop the bolding of properties that have been modified to reduce the number of UI triggers needed and improve performance. Our new PropertyGrid supports custom columns, so a column indicating modified status can easily be created (we show an example of that too in the new version).
Please log in to a validated account to post comments.