I have a property grid that needs to bind to different objects at runtime - so I can't use xaml to create the PropertyEditors at design time. Your sample app uses only xaml - do you have an example of how to:
1. Create a Property Editor Value Template that can be referenced in code
2. How to bind that template to a selected property at runtime
Thanks
p.s., I am very new to this and just starting an evaluation, so if you could be as explicit as possible in your answer, that would be most appreciated.
1. Create a Property Editor Value Template that can be referenced in code
2. How to bind that template to a selected property at runtime
Thanks
p.s., I am very new to this and just starting an evaluation, so if you could be as explicit as possible in your answer, that would be most appreciated.