Hi,
Basically my project is a winform application. I created one dashboard in WPF user control with rad controls. I am showing this control after user logged in. Everything is working properly but it takes sometime (more than 20 secs) to show the user control. Is there any way to show this user control using BackgroundWorker ? Note: I am using RadDock in my main application.
Basically my project is a winform application. I created one dashboard in WPF user control with rad controls. I am showing this control after user logged in. Everything is working properly but it takes sometime (more than 20 secs) to show the user control. Is there any way to show this user control using BackgroundWorker ? Note: I am using RadDock in my main application.