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

Resizing BusyIndicator

3 Answers 148 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
Steven
Top achievements
Rank 1
Steven asked on 19 Apr 2011, 04:00 PM
Good morning,

I would like to resize the busyIndicator but I can't...

I need to smaller the busyIndicator but it is no more fully visible.

Thank you,
S

3 Answers, 1 is accepted

Sort by
0
Dani
Telerik team
answered on 20 Apr 2011, 03:00 PM
Hi Steven,

You can resize the RadBusyIndicator control in Expression Blend. A few steps you need to follow:

- Generate the Template of RadBusyIndicator (right-click > Edit Template > Edit a Copy)
- In the template find the ProgressBar control:
<telerik:RadProgressBar x:Name="ProgressBar" />

- Edit the current template of the ProgressBar (right-click > Edit Template > Edit Current)
- There are three elements inside that template that need to be manually resized: IndeterminateBackgroundDonut, IndeterminateDonut and ProgressBarIndicator

For your convenience, I have attached a sample of the this resizing process. You might also consider changing the Visibility of ProgressBarTrack to Collapsed, because 20px/20px is too small a size to accomodate nicely  all three elements.

I hope this helps.

All the best,
Dani
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Brian
Top achievements
Rank 1
answered on 25 Oct 2011, 05:44 PM
Dani,
    Thank you for the sample.  When I used it in my application, I also changed the the Margin setter in the RadBusyIndicatorProgressBarStyle to "5 5 5 5" so that the smaller busy indicator would be centered in the space that I had for it.  With the default, the margins were pushing the "donut" part of the indicator below the center of the small space.
0
Dani
Telerik team
answered on 27 Oct 2011, 04:14 PM
Hello Brian,

I am glad to hear you managed to adjust the appearance to the desired layout. If you need help on using the RadBusyIndicator, let me know.

Regards,
Dani
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
BusyIndicator
Asked by
Steven
Top achievements
Rank 1
Answers by
Dani
Telerik team
Brian
Top achievements
Rank 1
Share this question
or