I want to be able to bind a listbox, Treeview or some control to a ObservableCollaction>SomeObject>() and then auto generate textboxes to all properties with a public set within SomeObject. That way I dont have to add or remove any code in WPF if someone remove or add a new property to SomeObject.
Can anyone please point me in the right direction or tell me if this is a stupid idea?
//Max