UserControl navigation slow problem in WPF using MVVM
i am developing an application using WPF with MVVM framework. I used usercontrols and mainwindow, i want to load these user controls on button click. but in my case the 1st time it take little more time to bind the currentViewmodel(New view) to the content area. How to avoid this delay in loading. any better idea for viewmodel navigation