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

Change busyIndicator style

1 Answer 136 Views
SlideView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mirko
Top achievements
Rank 2
Mirko asked on 15 Mar 2015, 06:46 PM
Hi everyone,
I'm trying with no succes to modify the style of the busy indicator inside the Slide View control.
I tried to change the AnimationStyle, the background color and other things but the busy indicator remains the same.. (same animation and background color equal to the accent brush selected in the Windows Phone settings)
I tried to edit a copy of the template and I also tried to add this xaml, but nothing: 

<telerikPrimitives:RadSlideView.ItemContainerStyle>
                <Style TargetType="telerikPrimitivesSlideView:SlideViewItem">
                    <Setter Property="BusyIndicatorStyle">
                        <Setter.Value>
                            <Style TargetType="telerikPrimitives:RadBusyIndicator">
                                <Setter Property="AnimationStyle" Value="AnimationStyle8" />
                                <Setter Property="Background" Value="Blue"/>
                            </Style>
                        </Setter.Value>
                    </Setter>
                </Style>
</telerikPrimitives:RadSlideView.ItemContainerStyle>

Am I doing something wrong?

1 Answer, 1 is accepted

Sort by
0
Ivaylo Gergov
Telerik team
answered on 19 Mar 2015, 12:31 PM
Hello Mirko,

Sorry for the late response. 

Could you please provide us with a sample app which reproduces the problem? We have such example in our Telerik Controls Examples and everything works as expected.

I am looking forward to your reply.

Regards,
Ivaylo Gergov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
SlideView
Asked by
Mirko
Top achievements
Rank 2
Answers by
Ivaylo Gergov
Telerik team
Share this question
or