This question is locked. New answers and comments are not allowed.
                        
                        Hi.
How can I change busy indicator backgground for GridView(when I set property IsBusy = true)
I've try:
but it not changed.
                                How can I change busy indicator backgground for GridView(when I set property IsBusy = true)
I've try:
public partial class MyControl: UserControl    {        public MyControl()        {            InitializeComponent();            StyleManager.ApplicationTheme = new Windows7Theme();        }