Silverlight debugging, no list element view

Posted by Snake on Stack Overflow See other posts from Stack Overflow or by Snake
Published on 2010-04-22T12:58:44Z Indexed on 2010/05/06 5:38 UTC
Read the original article Hit count: 187

Filed under:
|

When I'm debugging my Silverlight Appliction and I'm using a list internally I cannot hover over the list and see the items inside the list. I just see the RAW view of the list.

If I want to see the items I have to write my own code which is tedious. Is this something normal to Silverlight?

I DO have the correct list view when debugging in normal Console/WPF/... applications.

Example: Silverlight: silverlight (link: click)

See how there is no 'list view in the first example? And there in this one:

And for non Silverlight:non silverlight (link: click)

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about .NET