PropertyGrid and Collections

Is it possible to override the way PropertyGrid handles Collections? I know you can override the text (collection) in the value textbox, but I was hoping to be able to expand a collection into its individual items. What I was trying was overriding GetProperties() in the collection class' type converter, but the collection itself doesn't have properties for each item, and I'm not sure how to create them at run-time. Thanks, Greg Roberts

Loader.
Up arrow icon