【问题标题】:Is there control I can add to a windows form that is similar to the Properties window in Visual Studio?是否可以将控件添加到类似于 Visual Studio 中的“属性”窗口的 Windows 窗体中?
【发布时间】:2011-09-09 05:33:52
【问题描述】:

我想将类似于 Visual Studio 中的属性窗口的内容添加到我的表单应用程序中。基本上是一个在第一列中具有标签且在第二列中具有可编辑值的网格。我似乎找不到类似的东西。任何使用什么和/如何使用它的例子都很棒。

【问题讨论】:

    标签: .net winforms visual-studio


    【解决方案1】:

    您要查找的控件是PropertyGrid

    我建议阅读Getting the Most Out of the .NET Framework PropertyGrid Control 以了解有关如何完全使用此控件的详细信息,包括为您的类型自定义它。

    【讨论】:

      猜你喜欢
      • 2016-07-29
      • 2012-02-09
      • 2011-11-01
      • 1970-01-01
      • 1970-01-01
      • 2013-12-20
      • 1970-01-01
      • 1970-01-01
      • 2012-07-11
      相关资源
      最近更新 更多