这似乎是一个错误:
以下代码运行良好:
this.propertyGrid1.SelectedObject = new Button();
以下代码不会:
this.propertyGrid1.BrowsableAttributes = new AttributeCollection(
new CategoryAttribute("Layout"));
this.propertyGrid1.SelectedObject = new Button();
尺寸,位置,... PropertyGrid中的属性无法展开。