PropertyGrid BrowsableAttributes Ошибка?
Это похоже на ошибку:
код ниже работает нормально:
this.propertyGrid1.SelectedObject = new Button();
код ниже не делает:
this.propertyGrid1.BrowsableAttributes = new AttributeCollection(
new CategoryAttribute("Layout"));
this.propertyGrid1.SelectedObject = new Button();
Размер, расположение, ... Свойства в PropertyGrid не могут быть расширены.