How to create DataTemplate at runtime?
- by Naseem
Hi ,
I have defined the DataTemplate in the XAML, however I need to change it to be defined at run time , because its binding is dynamic.
Is there any way to define it in codebehind?
Thank you,