Welcome to WindowsClient.net | Sign in | Join
Add a TypeConverter attribute to your class type to tell the Property Browser it should be expandable.
[ TypeConverter( typeof( ExpandableObjectConverter ) ) ] public class MyClass { /* ... */ }
Shawn Burke, Microsoft