What is the best way to display read-only collections in the PropertyGrid? Read-write ones display fine, but as soon as they are read-only is just displays:
System.Collections.ObjectModel.Collection`1[XXXnamespace]
It won't show the items within the collection.
System.Collections.ObjectModel.Collection`1[XXXnamespace]
It won't show the items within the collection.