I've created a dockpane that adds layers to a new map pane - this can be a long running process.
I think a progressbar would be nice for the user to see how things are going.
What is the ESRI way or best way of doing things like this? Put a ProgressBar control on the dockpane? Or have a ProgressDiaglog popup?
I see no concrete examples using the standard WPF ProgressBar control on ESRI GitHub, only the ProgressDialog - which is the main reason I am asking the question.