A control that is equivalent to the Visual Studio Properties Window?

I say, as in the picture:

enter image description here

If it does not exist, how to create it dynamically?

+4
source share
1 answer

This is called a PropertyGrid in WinForms.

There are also various WPF implementations:

And at least one Silverlight implementation:

And finally, at least one for ASP.Net:

+9
source

Source: https://habr.com/ru/post/1390759/


All Articles