Project DescriptionThis project is a PropertyGrid implementation for Silverlight 2.0
A propertygrid is a useful control that allows for dynamic user interface creation. You simply give the control the object you wish to edit and the UI is dynamically created for you.
The implementation uses the Expander control contained in the
Silverlight ToolkitProject StatusThe first release has basic functionality. It has support for built-in types, enums and sub-objects. It supports properties categories.
RoadmapThe following steps are:
- Adding support for collections
- Make the control fully skinnable
- Provide better extensibility