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

Carousel control rotating slowly at runtime

3 Answers 102 Views
Carousel
This is a migrated thread and some comments may be shown as answers.
jack jai
Top achievements
Rank 1
jack jai asked on 12 Mar 2010, 10:18 PM
i m using dot not 2005 with rad carousel control when i m run the form the image item are rotating very slowly what is the reason? and also another question how to put the text at the bottom of the image in carousel control? plz help me.

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 17 Mar 2010, 01:56 PM
Hello jack jai,

Thank you for writing.

The performance considerations for RadCarousel that you have to keep in mind are the following:
  1. Size of the images that you are using in the carousel items. Avoid large images, because they have a performance penalty on the animations. Here is a blog post where the author seems to have implemented a method that shows exactly how to manipulate large images:
    http://blog.justinholton.com/post/Create-a-Scaled-GDI-Thumbnail-(Constrain-Proportions).aspx
  2. Item Reflections are calculated dynamically, and impact performance. If you are using reflections, try setting the ItemReflectionPercentage property to a lower value (even zero) to see whether this helps.
  3. Transparent background. Consider turning off transparency (if your carousel is set with a transparent background) by setting a Carousel background image that mixes well with the form background.A very good example that demonstrates the RadCarousel with a well-mixed background is located in the Quck Start Framework under RadCarousel -> Music Library.
  4. Number of items that you have in the carousel. Generally speaking, having more than 10 items will slow it down, especially if some of the above items are true.

If the above tips do not help, we will highly appreciate it if you send us more information about your project and even send us a sample project so that we can review it.

In order to show text under images please, turn on Carousels Item's Display Style to ImageAndText:
 
((RadButtonElement)this.carouselItem1).DisplayStyle = DisplayStyle.ImageAndText

You can find more information on the RadCarousel properties in the documentation.

Contact me again if you have any further questions.


Best wishes,
Peter
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
0
Kevin
Top achievements
Rank 2
answered on 03 Jul 2012, 10:53 AM
Hi, sorry to butt in.

I had issues with loading 500 images, 9 visible. The images were high quality, soon as i changed them to thumbs the issue was resolved.

kevin
0
Peter
Telerik team
answered on 04 Jul 2012, 05:18 PM
Hi Kevin,

Thank you for sharing you solution with the community.

Regards,
Peter
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
Tags
Carousel
Asked by
jack jai
Top achievements
Rank 1
Answers by
Peter
Telerik team
Kevin
Top achievements
Rank 2
Share this question
or