Object viewer control needed (like QuickWatch in VS)

Posted by Wallstreet Programmer on Stack Overflow See other posts from Stack Overflow or by Wallstreet Programmer
Published on 2009-07-30T21:54:51Z Indexed on 2010/05/18 2:50 UTC
Read the original article Hit count: 174

Filed under:
|

Anyone know of any controls that you can add to your application to allow the user to check out the content of an object? I'm thinking of something like QuickWatch in Visual Studio, just list all properties of an object and its values and allow the user to drill down. I started writing one using reflection but it turned out be a lot of work to handle different kind of collections. This functionality would be used for debugging purposes mostly and not by regular users.

I prefer WPF but Winforms would work as well.

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf