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

Using in XAML layouts

3 Answers 83 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
N Mackay
Top achievements
Rank 1
N Mackay asked on 10 May 2017, 02:28 PM

HI,

Looking at the XAML samples it would suggest any content below the BusyIndicator has to be within the RadBusyIndicator.Content container? is that the only way it works?

I would have thought it would work like the standard one and you could just place it using an AbsoluteLayout over the Listview etc.

Could someone clarify as it would involve reworking a lot of layouts if that's that case and I'd probably just stick with the vanilla one.

Thanks.

3 Answers, 1 is accepted

Sort by
0
Accepted
Nikolay Demirev
Telerik team
answered on 10 May 2017, 02:57 PM
Hello Norman,

You could use the busy indicator just as the default one. You do not have to set its Content property. There is one limitation, if you place it in a Grid it will not stretch the animation to the grid size. If you want to make it larger you have to use AnimationContentWidthRequest and AnimationContentHeightRequest properties.

Regards,
Nikolay Demirev
Telerik by Progress
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 Feedback Portal and vote to affect the priority of the items
0
N Mackay
Top achievements
Rank 1
answered on 10 May 2017, 03:01 PM

That's fine.

I never liked the way it stretched anyway, it doesn't look good.

Thanks for the response, I'll try it when the patch below is out as we'd want to set it in a style as well.

http://www.telerik.com/forums/animationcontentcolor

 

0
N Mackay
Top achievements
Rank 1
answered on 22 May 2017, 04:19 PM

@NIkolay

The busy indicator is good, 10 minute job to get all the pages switched over and added an busy indicator style. Really makes a difference in iOS where the vanilla one was so hard to see.

Tags
BusyIndicator
Asked by
N Mackay
Top achievements
Rank 1
Answers by
Nikolay Demirev
Telerik team
N Mackay
Top achievements
Rank 1
Share this question
or