CodePlexProject Hosting for Open Source Software
I'm having difficulty getting my custom editor to appear when specifying the editor via an atrribute on a property of my class.
Can anyone provide me with a simple working sample?
Thanks,
John
The sample application that is available in the source code download has a working example.
Hmm, I don't recall seeing that in samples. Do you specifically the example that demonstrates the use of a custom editor using attributes?
Brian,
Were you able to locate the example?
From: brianlagunas
It is in the sample application under the PropertyGrid module in the CustomEditors.xaml.cs
I must have download the wrong files as I don’t see that file in my samples folder.
Do you have a download link to the sample that you are referring to?
I am unable to find the 'CustomEditors.xaml.cs' in the download source code. I did see that the file exists at the following location...http://wpftoolkit.codeplex.com/SourceControl/changeset/view/85922#1979378. However this example appears to be stale as the implementation of the ITypeEditor does not match the interface in the current dll. Do you have a working example for the latest build?
You are confused on what is current. The file you have provided a link for is the most current sample code. The most current source code is located under the "Main" folder not the "Release" folder. If you read the documentation is states that these features are only available in the current source code which is the code located under the "Main" folder. Let me know if you are still having problems.
Thanks for clearing that up. I appreciate your help.
[$AUTHOR$] wrote: [$CONTENT$]