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

items added to collection causes flickering

2 Answers 54 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.
Jonathan
Top achievements
Rank 1
Jonathan asked on 11 Jul 2013, 04:19 PM
I have the SlideView connected to an observablecollection, and when items are added in the backend via observablecollection.add and observablecollection.move, the slideview flickers.  Is there someway of buffering to prevent the flickering from happening?  This is my current set up:

<telerikPrimitives:RadSlideView x:Name="SlideView"
                                            CacheMode="BitmapCache"
                                                ItemRealizationMode="Default"
                                                AdjacentItemsPreviewMode="Previous"
                                                Tap="SlideView_Tap" Margin="12"
                                                SelectionChanged="SlideView_SelectionChanged"  
                                             >

thanks,

Jon

2 Answers, 1 is accepted

Sort by
0
Jonathan
Top achievements
Rank 1
answered on 15 Jul 2013, 05:06 PM
Any response would be appreciated.
0
Todor
Telerik team
answered on 16 Jul 2013, 10:54 AM
Hello Jonathan,

Thank you for writing.

I tried to reproduce the issue that you describe, but I couldn't. I have attached the application I used for testing. Even though this thread is about RadSlideView for WP7, the attached project targets WP8, as the ObservableCollection's Move method is not available for WP7. Please have a look at the sample and let me know what I'm missing. You can also open a new support ticket where you can attach a sample that can help us reproduce the issue and assist you further.

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
Jonathan
Top achievements
Rank 1
Answers by
Jonathan
Top achievements
Rank 1
Todor
Telerik team
Share this question
or