Welcome to WindowsClient.net | Sign in | Join
Home > Learn > Windows Forms FAQs
Here are some frequently asked questions about Windows Forms and their answers.
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