This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
The WPF Property Grid is supposed to be a drop-in replacement for the Windows Forms property grid, but it doesn't seem to support the ICustomTypeDescriptor interface. I have a custom class that implements ICustomTypeDescriptor and works perfectly with the WinForms PropertyGrid when I set the SelectedObject to an instance of my custom class. However when I do the same with the WPF Property Grid, nothing appears and none of my class's methods are called. Is the ICustomTypeDescriptor supported? What am I doing wrong? Thanks |
|
|
Hi Ted, The 1.0 version of the property grid did not support ICustomTypeDescriptor. The current nightly builds do support ICustomTypeDescriptor. You can get the latest nightly from http://www.mindscape.co.nz/Products/WpfPropertyGrid/nightlybuilds.aspx. Cheers, Ivan |
|