I did try that, the problem is that the expanded properties then show the list properties length and capacity and not the items contained in the list?.
This is what I did:
This is what I did:
[ExpandableObject()]
public List<Person> Friends
{
get;
set;
}