Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
665
Showing Busy/Progress Dialog in MVVM
posted

I have a requirement to show busy/progress dialog while VM is busy for a prolonged period of time.  My preference is not to use code behind. After some research I put together a sample that uses XamDialogWindow with WindowState property bound to VM’s IsBusy property. The Dialog window may potentially contain progress indicator, etc. I have uploaded this sample just in case anyone else is interested.

 

There is some peculiar behaviour – If I make XamDialogWindow modal to take an advantage of Modal Background features the animation gets broken.

Any suggestins?

Regards

Boris

WaitDialog.zip
Parents Reply Children
No Data