C
C#16mo ago
Anton

❔ WPF a control to display an arbitrary object

It should support complex objects with multiple properties, int, string, and IEnumerable's of these. It's fine if it doesn't support nested collections. If the question is not clear, tell me to clarify it.
7 Replies
sibber
sibber16mo ago
serialize to json and display i guess?
Anton
Anton16mo ago
as a string?
sibber
sibber16mo ago
yeah
Anton
Anton16mo ago
No, that's not what I'm looking for
Jimmacle
Jimmacle16mo ago
sounds like a propertygrid type control the short answer is reflection
sibber
sibber16mo ago
yeah the other option is literating through properties and manually formatting them i suppose
Accord
Accord16mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.