❔ 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
serialize to json and display i guess?
as a string?
yeah
No, that's not what I'm looking for
sounds like a propertygrid type control
the short answer is reflection
yeah the other option is literating through properties and manually formatting them i suppose
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.