Introduction
The PropertyGrid control in the .Net environment is one of the controls the most difficult to grasp. Resources are spread all over the web and you will be lucky if you find a solution to your particular problem involving very precise keywords. This web site wants to gather all known and less known resources about this powerful control and on various subjects. Tags will help classify this amount of informations to help you search what you need. You are very welcome to consult this list, come back to see the last additions (rss feed also available) and submit the resources you found or wrote yourself.
This site also features Smart PropertyGrid.Net, a commercial package that proposes the most powerful alternative to the Microsoft solution. You may want to explore its features and see if it is more suitable for your end-users in terms of customization, flexibility, usability and accessibility.
.NET matters, ICustomTypeDescriptor, Part 2
This article is an extension of the same one labelled "part 1" but this time focuses on what has been added in the .Net framework 2.0. The class TypeDescriptionProvider is introduced, which allows not to modify an existing target class with the ICustomTypeDescriptor interface code by registering itself as a provider for the target class. Read more...