When loading a project in ArcGIS Pro, a busy indicator is placed over the map view to show that Pro is working on loading layers. In version 2.5, it looks something like this:
I am trying to show it (or something similar) as my addin loads WMTS layers pulled from a web service. Is there a way to access or show this busy indicator via code?
Thank you,
Matt
Hi Matthew
The Pro API offers a collection of UI Controls that you can use in your Add-In development.
The Circular Animation control and the Waiting Cursor control might be things you could use for this.
Thanks
Uma
Hi Uma--
I appreciate it. I'll take a look at those and see if they could work for us.
Thanks,
Matt