
I am trying to devise a way to have a nice right aligned button for each and every editor in a property grid. The button is supposed to be visible for all nullable and collapsed for all non-nullable properties. Click on a button should raise a Reset command for an accompanying property (probably similar to existing editors for nullable types).
Is there an "easy" way to achieve anything remotely similar to this? If there is no solution to cover all editors, I would be more than happy to accomplish the desired effect for a single editor and then reproduce for each particular editor I might need.
Is there any guide on creating editors based on existing ones. I have tried several things but I failed miserably. I have searched the forum and the sample app for clues but could find none. Please advise.
Is there an "easy" way to achieve anything remotely similar to this? If there is no solution to cover all editors, I would be more than happy to accomplish the desired effect for a single editor and then reproduce for each particular editor I might need.
Is there any guide on creating editors based on existing ones. I have tried several things but I failed miserably. I have searched the forum and the sample app for clues but could find none. Please advise.