CollectionEditor

Provides a user interface that can edit types of collections.

collectioneditor.jpg

Properties

Property Description
Items Gets or sets the collection used to generate the content of the CollectionEditor.
ItemsSource Gets or sets a list used to generate the content of the CollectionEditor.
ItemsSourceType Gets or sets the type of ItemsSource.
NewItemTypes Gets or sets a list of custom item types that appear in the Add combobox.
SelectedItem Gets or sets the currently selected item.


Get the 50+ awesome WPF controls in the Plus Edition.
---

Last edited May 9 at 8:45 PM by Kosmatos, version 6

Comments

blachniet Jun 6, 2012 at 9:44 PM 
I guess I should've looked at the source first... It is supported, and the property to bind the support types to is NewItemTypes.

blachniet Jun 6, 2012 at 9:33 PM 
Does the collection editor support multiple types? (see "Select type:" above "Add"). If so, how do I support this?

zhoufoxcn Mar 31, 2012 at 3:03 PM 
great

veexi Oct 4, 2011 at 3:10 PM 
This is a great control, as I expected, when one of the members was an enum, the property displayed a dropdown. I need to figure out how that works when the property is an object reference, how to display a list of available references... Looking forward to any documentation on this.