I was wondering if there was a way to use a progress bar to show the user that the layer is loading as a visual cue. If it could be a 0% - 100% scenario that would be great but I'm thinking just a looping progress bar that resets when the layer is done loading would be sufficient too.
I've tried using the overlaydrawing type events but I get cross threading issues when trying to apply a value to a progress bar due to the control being generated in a different thread.