I am developing Universal Windows 10 app, in one of my current project I want to change the ListView Data Template in runtime.
Right now I have used only one Data Template, but in my scenario after a button is pressed, I want to change it to another data template.
How to write the code for this problem?