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

Slide

1 Answer 81 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.
Pakeer
Top achievements
Rank 1
Pakeer asked on 13 Mar 2012, 11:21 PM

 

Hi,

I am planning to use SlideView control in one of my WP7 apps.
My requirement is:
The number of images/pictured which are loaded in the slideview control is unlimited, for instance, it could be 10, 100, 1000 etc. Could you please let me know whether slideview can handle such scenario, if yes, do you have a sample code ? What is the maximum number of images it can handle with efficient memory handling (to be used in devices such as 256MB Nokia 610). If it can do it, I like to buy this control.

Does Slideview accept ObservableCollection (a collection of images where the number of images will change on the fly).

Thanks.

Regards,
-Jailani

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 14 Mar 2012, 01:02 PM
Hi Pakeer,

RadSlideView is fully virtualized and offers exceptional performance with smooth transitions among slides. There are only 3 image loaded simultaneously - the current item, the next and the previous one and this means that you can have a lot of items in your SlideView, but as long as they are not loaded at the same time you will not experience any memory issues. RadSlideView's ItemsSource collection can be an ObservableCollection, so you can change the items and they will be immediately updated on the SlideView as well.

I hope this information helps.

All the best,
Todor
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
SlideView
Asked by
Pakeer
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or