Has anyone noticed some inconsistencies with the ActivityIndicator.
I am using XAML with MVVMLight binding.
Sometimes, the activity indicator doesn't show up the first time the bound field (IsVisible=true) changes. After the first time it always shows.
It's not the code, because I applied the same IsVisible binding to a Button and it always hides and shows consistently?
Any ideas?