I believe you can edit the template for the BusyIndicator, however, I do not have expression blend and I am not familiar with doing this. Does anyone have sample XAML that I could start with?
I presume blend just makes it easier to accomplish, but I am unsure how to begin with standard VS.NET.
This xaml addresses 2 issues that I had problems with by using the standard sample XAML (posted by Chris) from the Toolkit sources. I have also simplified the XAML to just add a Cancel button .
NOTE: I am using Caliburn Micro for MVVM, and if you’re not using MVVM you’ll probably just use a normal click event handler for the Cancel button.
Code sample: