Is it possible to display the text corresponding to a selecteditem in a ComboBox in the PropertyGrid section of a CollectionControl?
I understand that the default editor for an Enum type is a ComboBox but I would like to be able to use a ComboBox to select items from a Collection.
For example, consider the ListOfInt32, ListOfPerson or ListOfStrings fields in the PropertyGrid Default Editors example available in the LiveExplorer example. Is it possible to show a combobox that contains the Items rather than using the PrimitiveTypeCollectionEditor?!
CollectionEditor ComboBox Image
Many thanks for any help.
I understand that the default editor for an Enum type is a ComboBox but I would like to be able to use a ComboBox to select items from a Collection.
For example, consider the ListOfInt32, ListOfPerson or ListOfStrings fields in the PropertyGrid Default Editors example available in the LiveExplorer example. Is it possible to show a combobox that contains the Items rather than using the PrimitiveTypeCollectionEditor?!
CollectionEditor ComboBox Image
Many thanks for any help.