Summary:
In this article, Morgan Skinner will explore the facilities available in the .NET Property Grid control, a new addition to the arsenal of controls available within the .NET environment. This control will be familiar to anyone who has used Visual Basic in its earlier incarnations, as its basically a new version of the VB property grid. The control allows you to display and modify properties of an object (or set of objects), in a manner that is fairly intuitive to the user. This article will begin with a simple example of using the control to display properties of an object, and will build through successive examples showing how to extend the user interface available with the control. |