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

Carousel with coverflow behavior

3 Answers 168 Views
Carousel
This is a migrated thread and some comments may be shown as answers.
Sternico
Top achievements
Rank 1
Sternico asked on 15 Feb 2010, 08:53 AM
Hallo,

I'm using the Silverlight CoverFlow and need a control with the same behavior in WPF. So I've tried the RadCarousel. In the sample application is a CoverFlow example but the RadCarouselPanel has no ItemSource, which I need to bind my items. (By the way: It is not possible to select the last item without the scrollbar!). I've also tried to use the RadCarousel with an ItemsTemplate but I always have a border around the cover. And I'm also getting a NullReferenceException when I select an item with the mouse.

Can you please provide me an example for a carousel with coverflow behavior and binding?
I'm using the Q3 SP2 release.

3 Answers, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 15 Feb 2010, 12:39 PM
Hello Sternico,

I am sending you a sample project that demonstrates how to configure RadCarousel to look like a coverflow. Basically I have copied the RadCarouselPanel definition from our Coverflow example of RadCarouselPanel and I have used it as ItemsPanel for RadCarousel. Depending on your data, it might be required to turn off the automatic generation of data presenters by setting the AutogenerateDataPresenters to false.

Hope this helps.


Regards,
Milan
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
Brahim
Top achievements
Rank 1
answered on 10 Mar 2011, 06:18 AM
is it possible to do the same as this in winforms Radcarousel?
0
Peter
Telerik team
answered on 15 Mar 2011, 03:56 PM
Hello Sternico,

Thank you for writing.

RadCarousel for WinForms behaves in a different way, because it can animate only Location, Opacity and Scale of elements. You can try to adjust the carousel path to achieve a Coverflow-like behavior using Carousel Path property. The Carousel's Items location depends only on the carousel path, so if an item appears on the left instead of on the right, you should edit the path points (e.g. path points should be in opposite direction). You can play with the attached project and adjust Carousel Path property regarding the size of your items. I would like to suggest you to take a look at our RadCarouselControl help article and its methods and properties. You can also refer to the help articles for Carousel Path.
Please refer to the attached sample project.

I hope this helps.

Best wishes,
Peter
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Carousel
Asked by
Sternico
Top achievements
Rank 1
Answers by
Milan
Telerik team
Brahim
Top achievements
Rank 1
Peter
Telerik team
Share this question
or