Color editor in property grid

Editors for WPF Forum

Posted 10 years ago by Nathan Miller
Version: 13.2.0591
Avatar

I have a question about the color editor when it is embedded in a property grid.

When the color editor pop-out panel is exposed and I drag my mouse in the color gradient box, I get a stream of property changed events from the property grid.

Is there a way to limit this to only a single event when the drag is complete or will I need to build something around the color editor to solve this issue?

Comments (1)

Posted 10 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Nathan,

Unfortunately the sliders there in the BrushEditor template are bound to the SelectedColor property and update it on PropertyChanged.  So you'd probably have to handle it some other way on your end.


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.