This is a migrated thread and some comments may be shown as answers.

Indeterminate image of scrolling dots instead of rotating circle

2 Answers 173 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Brian asked on 25 Oct 2012, 07:49 PM
I have been looking at the WPF Controls example for RadBusyIndicator in the "Demos - RadControls for WPF Q3 2012" application, and I cannot figure out how to have my own application display the left/right scrolling dots instead of the normal rotating yellow circle that I am appearing to get by default. For right now, I can set the BusyContext to whatever text I want and turn the IsBusy on and off in my C# code, and that is all working fine. The IsIndeterminate flag is set to True in my XAML.

From the controls example app, there are only 3 files shown for the configurator example, and I can't see how the busy indicator is being changed. Is there something that I am missing, or is there some C# or XAML not being shown in the controls example app that is modifying the indicator?

2 Answers, 1 is accepted

Sort by
0
Accepted
Masha
Telerik team
answered on 30 Oct 2012, 08:27 AM
Hi Brian,

I suppose you want to apply Windows8 theme to your RadBusyIndicator. You can achieve this via the StyleManager.Theme property.

<telerik:RadBusyIndicator telerik:StyleManager.Theme="Windows8" />

I hope this helps.

All the best,
Maria
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Brian
Top achievements
Rank 1
answered on 30 Oct 2012, 01:11 PM
Thanks Maria, that did the trick.
Tags
BusyIndicator
Asked by
Brian
Top achievements
Rank 1
Answers by
Masha
Telerik team
Brian
Top achievements
Rank 1
Share this question
or