gpt4 book ai didi

c# - 将 PropertyGrid 默认 View 设置为 "category view"

转载 作者:太空宇宙 更新时间:2023-11-03 12:58:58 25 4
gpt4 key购买 nike

如何以编程方式或在设计时将 PropertyGrid 的 View 设置为“类别 View ”?
我只需单击 PropertyGrid 工具栏上的按钮,即可在运行时执行此操作。

最佳答案

你可以设置PropertySort在设计时或通过代码将属性网格的属性设置为 CategorizedCategorizedAlphabetical:

this.propertyGrid1.PropertySort = PropertySort.Categorized;

enter image description here

关于c# - 将 PropertyGrid 默认 View 设置为 "category view",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33016885/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com