I have a window with 2 column grid. Left column contains a browser control
I woould like to display a little window or something to show a that the webpage is still loading.
How could I do this?? Could I have a floating window in the 2nd column that shows in front of the browser??? please explain how?
Malcolm
Thanks bendwey works like a charm. Only thing can’t find a GIF that I could use that would show something moving/revolving or the like for the overlay any ideas where?
The way I have accomplished this is by creating a user control with exposed Show() and Hide() methods. Below is the code. Loading.xaml:
Loading.xaml.cs:
To use, make a reference in your main page:
and call from code: