I have a large number of classes and need to provide an edit interface for the fields in each of the classes. Is there a quick way to do this? This is more for troubleshooting/testing, so I could care less what it actually looks like and am not worried about validation, either.
Share
It sounds to me like a job for a PropertyGrid control.
http://msdn.microsoft.com/en-us/library/system.windows.forms.propertygrid.aspx
Introduction with screenshots (may be easier to conceptualize thanthe MSDN link.)