c# - 相当于Visual Studio的 "Properties Window"的控件?

标签 c# .net winforms controls propertygrid

我说,如图:

enter image description here

如果不存在,如何动态创建?

最佳答案

这叫做 PropertyGrid在 WinForms 中控制。

还有各种WPF实现:

以及至少一个 Silverlight 实现:

最后,至少有一个用于 ASP.Net:

关于c# - 相当于Visual Studio的 "Properties Window"的控件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8844947/

相关文章:

c# - 使用 SharpSsh 连接到 SFTP 时为 "The requested name is valid, but no data of the requested type was found"

.net - .NET 2 或 .NET 4 中的 msxsl 内存泄漏错误是否已修复?

.net - WebMethod 响应格式

c# - 如何通过 T4 自动化为每个实体生成我的所有实体组成的两个表

c# - 仅使用单个搜索BackgroundWorker的自动完成文本框 - 代码示例?

c# - 保存设置时未保存 OrderedDictionary

c# - 调用基方法和派生方法

c# - 如何: Remove an item from a List<string>

c# - 在 SQL Server 的 .NET/Entity Framework 中设置事务隔离级别

c# - 如何刷新列表框的项目?