如果要扩展网格中的所有项目,这非常简单。属性王个有一个方法:
properthGrid.ExpandAllGridItems();
如果要扩展特定的组,则可以使用此方法:
private static void ExpandGroup(PropertyGrid propertyGrid, string groupName)
{
GridItem root
如果要扩展网格中的所有项目,这非常简单。属性王个有一个方法:
properthGrid.ExpandAllGridItems();
如果要扩展特定的组,则可以使用此方法:
private static void ExpandGroup(PropertyGrid propertyGrid, string groupName)
{
GridItem root