
I have a WPF PropertyGrid control embedded in my product. The object that the PropertyGrid is bound to has a few collection properties that are expandable in the PropertyGrid. What I would like to see happen is to be able to expand the collection property automatically if the collection is not empty so that the user by default sees all of the items in the collection and does not have to manually expand the collection. Is this possible?
Thank you.
Michael Collins