Hi, I am trying out the Actipro Wpf studio.
I am using the propertygrid to dynamically change properties such as fillcolor, border color, thickness etc on a WPF Column chart.
I have a custom color picker control and want to use it rather than the Actipro BrushPropertyEditor to edit brush properties such as FillColor - this is due to the requirements of my testing.
My thought is that I would have to define the custom color picker control within the propertyGrid's Item Template in the xaml file(rather than have it generated automatically by specifying an EditorAttribute above the property definition).
Can you please show me a sample of how to do this, that is, define the Item Template of the PropertyGrid?
You could also just direct me on how to use the custom color picker with the Actipro PropertyGrid, if you think my suggestion above will not provide the desired
function.
Thanks.