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

Phone theme color flashing on swipe.

1 Answer 51 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.
Suharsya
Top achievements
Rank 1
Suharsya asked on 07 Aug 2013, 07:09 PM
Hi,

I encounter problem which is everytime i slide the control, it shown white flashing, if you use light theme or black if you use dark theme, it really annoying especially on light theme.

this is how i use it,
    <Grid x:Name="LayoutRoot" Background="Black">
        <telerikPrimitives:RadSlideView Name="radSlideView">
            <telerikPrimitives:RadSlideView.ItemTemplate>
                <DataTemplate>
                    <telerikSlideView:PanAndZoomImage ZoomMode="Free"
                                                      Name="panZoom"
                                                      Source="{Binding image}"
                                                      MaximumZoom="4" >
                    </telerikSlideView:PanAndZoomImage>
                </DataTemplate>
            </telerikPrimitives:RadSlideView.ItemTemplate>
        </telerikPrimitives:RadSlideView>
    </Grid>

Please help,

thanks

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 08 Aug 2013, 08:07 AM
Hello Suharsya,

Thank you for your question.

You can try to set RadSlideView's CacheMode property to BitmapCache. This should prevent the flickering.
 
Regards,
Todor
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINDOWS PHONE 7.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
SlideView
Asked by
Suharsya
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or