Hi,
I'm loading over a command (Async BackGroungWorker deleagte) a view in a ContentControl via prisim regionmanager.
I have to load some data in the view and want show a busy indicator. But it seems not so easy. I assume there's a pitfall with the sta thread. I must do the navigation request over the dispatcher thread. I use the InvokeOnUIThread() approach from the telerik example.