Is there control I can add to a windows form that is similar to the Properties window in Visual Studio?

后端 未结 1 1823
梦如初夏
梦如初夏 2021-01-23 01:16

I want to add something similar to the the properties window in Visual Studio into my form application. Basically a grid that has a label in the first column and a editable val

相关标签:
1条回答
  • 2021-01-23 01:47

    The control you are looking for is the PropertyGrid.

    I recommend reading Getting the Most Out of the .NET Framework PropertyGrid Control for details on how to work with this control fully, including customizing it for your types.

    0 讨论(0)
提交回复
热议问题