Caliburn.micro show busy indicator when loading controls

1.7k Views Asked by At

I am looking for a way to show a busy indicator when Caliburn is loading a control. That means when caliburn automatically calls the OnInitialize-Method I would like it to show an busy indicator above the control that it loads.

1

There are 1 best solutions below

1
On BEST ANSWER

I've implemented this by using coroutines. Search documentation on caliburn's project home, there's a 'ShowScreen' class that implements IResult.