Actually, I lied

You'd need to add an EditorAttribute to the property descriptor. Something like this:

  1. In the constructor for DictionaryPropertyDescriptor, add a parameter Attribute[] attributes. Pass it to the base constructor.
  2. In the call to the constructor you just changed, add some more attributes. You need at least an EditorAttribute.

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <b> <blockquote> <br> <code> <dd> <dl> <dt> <hr> <h1> <h2> <h3> <i> <img> <li> <ol> <p> <pre> <table> <td> <th> <tr> <tt> <u> <ul>
  • Images can be added to this post.

More information about formatting options