PropertyGrid BrowsableAttributes Bug?

时间:2013-03-06 08:59:40

标签: propertygrid browsable xmlattributecollection

这似乎是一个错误:

以下代码运行良好:

this.propertyGrid1.SelectedObject = new Button();

以下代码不会:

this.propertyGrid1.BrowsableAttributes = new AttributeCollection(
     new CategoryAttribute("Layout"));
this.propertyGrid1.SelectedObject = new Button();

尺寸,位置,... PropertyGrid中的属性无法展开。

0 个答案:

没有答案