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
|
Is there any way to implement, or are you working on a category editor feature (such as found in Blend for editing the color). Here is a link to MS that discusses Category Editors http://msdn.microsoft.com/en-us/library/bb907331.aspx. The current Editors you provide, while useful, are not the same as what we are looking for. Any insight is appreciated. Thanks, Mike |
|
|
Hello Mike, I wasn't sure from looking at that article how category editors differ from our existing PropertyEditor or TypeEditor classes for mapping properties or data types to custom data templates. If there's something about category editors that PropertyEditor or TypeEditor don't support, let us know and we'd be open to considering it. Alternatively, you can implement your own mapping strategy by writing what we call a smart editor -- see http://www.mindscape.co.nz/blog/index.php/2008/04/30/smart-editor-declarations-in-the-wpf-property-grid/ for details. |
|
|
Thanks Ivan, we will give the smart editor appraoch a try. |
|