Anyone ever have trouble with the MapProgressBar not displaying? No error is shown (even using Fiddler). It just doesn't work. I even tried setting the Canvas.Zindex="100". And it used to work just fine, until one day . . . . Not.
Here are the key parts that I'm using: Silverlight 4 ArcGIS api 2.0
I changed the VerticalAlignment="Bottom" property to VerticalAlignment="Center". That was it. Not sure how it got to be "Bottom" or why it didn't show at the bottom but it now works again.