I am using mvvm architecture view first approach in my project. I mean I have view-viewmodel binding defined in resource file.
But i’m unable to open multiple instances of same view…If I open the the new viewmodel will refer to the first view.
I am using mvvm architecture view first approach in my project. I mean I
Share
Try setting
Read more here