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

Path loop

22 Answers 277 Views
Carousel
This is a migrated thread and some comments may be shown as answers.
Blair
Top achievements
Rank 1
Blair asked on 13 Aug 2008, 05:39 PM
I am doing a prototype with the Carousel and I would like it to loop back to the 1st item is there a Property to set or do I have to code this functionality?

Thanks,

blair

22 Answers, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 14 Aug 2008, 12:54 PM
Hi Blair,

The continuous item list feature is on our TODO list but we plan to introduce it after Q3 2008. For now, you could try rebinding the carousel to make it start from the begining.

Best wishes,
Milan
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Adrian
Top achievements
Rank 2
answered on 19 Nov 2008, 09:01 PM
Hi,

Is there any update on this?  I need a carousel with four content items: small, large, large, small. When the user drags left, all the content items shuffle left apart from the leftmost one which moves to become the rightmost.
ie (lowercase letters show the content as rendered small, capitals as rendered large)

a B C d

*user drags left*

b C D a

*user drags left*

c D A b

etc


So, two questions I guess:
1. How can I make the content wrap around like this?
2. How can I make whichever two items are in the midde the same size as each other? ie so it appears as though two items are "selected"
0
Nedyalko Nikolov
Telerik team
answered on 24 Nov 2008, 05:00 PM
Hi Adrian,

Unfortunately this feature is not yet available for the RadCarousel control.
As Milan said, this feature is in our To-Do list and we are doing our best to introduce it as soon as possible.

Sincerely yours,
Nedyalko Nikolov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jarek
Top achievements
Rank 1
answered on 19 Jan 2009, 05:35 PM
Hi,
Can we expect looping feature anytime soon?
We managed to achieve behaviour aBCd with ScaleStops but problem remains with looping. For now we remove element from the RadCarouselPanel children list and add it in appropriate place. It provides functionality we want but it looks strange - movement between states is drastic.

Best Regards,
Jarek
0
Milan
Telerik team
answered on 22 Jan 2009, 06:31 AM
Hi Jarek,

We have just started working on that feature but I cannot commit to a specific release date. We might be able to introduce it in the upcoming Q1 release, but for now Q2 seems a more realistic target.

Thanks for your patience and feedback.

Best wishes,
Milan
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jason Fox
Top achievements
Rank 1
answered on 31 Jul 2009, 07:56 PM
Any update on this issue?

Thanks,
Jason
0
Ash
Top achievements
Rank 1
answered on 02 Aug 2009, 01:39 AM
Is it possible to post a workaround for this?

Thx,
Ash
0
Milan
Telerik team
answered on 06 Aug 2009, 04:44 AM
Hello Ash,

We had to postpone the implementation of the feature and it is now on our to-do list for Q3. Still, there is no guarantee that the feature will make it in Q3 but there is high probability that it will.

Regards,
Milan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Carlos Girbés Alemany
Top achievements
Rank 1
answered on 25 Nov 2009, 10:08 AM
Hi

When will  the loop path feature be available???

Thanks
0
Matthias Heinrich
Top achievements
Rank 2
answered on 27 Nov 2009, 03:22 PM
Hi Telerik Team,

any further Information about planning to release this feature?
0
Milan
Telerik team
answered on 30 Nov 2009, 06:42 PM

Hello Matthias Heinrich,

It is now scheduled for Q1 2009 with higher priority.


Greetings,
Milan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Sternico
Top achievements
Rank 1
answered on 16 Mar 2010, 05:42 PM
Is there anything new?
0
Milan
Telerik team
answered on 18 Mar 2010, 04:02 PM
Hi Sternico,

Unfortunately this feature is still not available and it is unclear when we will be able to ship it. Sorry for the inconvenience. 

Sincerely yours,
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
Anthony
Top achievements
Rank 1
answered on 24 Sep 2010, 02:17 PM
Hi Guys

Is there any news on when this functionallity will be released for the WPF Carousel control ? i noticed the post hadnt been updated since March this year so wondered if there was any news.

Thanks
0
Milan
Telerik team
answered on 28 Sep 2010, 09:29 AM
Hello Anthony,

Unfortunately this feature is not on our immediate plans and it is still unclear when we will be able to introduce it. Excuse us for this inconvenience. 


Best wishes,
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
Robert
Top achievements
Rank 1
answered on 16 Sep 2011, 01:20 AM
2008 to 2011. Has there been any updates on this feature?

Thanks.
0
Maya
Telerik team
answered on 16 Sep 2011, 12:02 PM
Hi Robert,

This feature is expected to be a part of our upcoming Q3 2011 release.
 

Kind regards,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Robert
Top achievements
Rank 1
answered on 17 Sep 2011, 12:45 AM
excellent news! This will be really for with touch screen apps.
Looking forward to the release!

Thanks again.
0
Ring Lee
Top achievements
Rank 1
answered on 28 Dec 2011, 06:42 AM
Hi,

The Q3 version of RadControls for WPF has been released and installed in my machine. However I'm still not sure how to enable looping for the RadCarousel. Could you please explain how to go about this? Thank you.
0
Maya
Telerik team
answered on 28 Dec 2011, 08:36 AM
Hi,

You need to set IsContinuous property of RadCarouselPanel:

C#:
this.carousel.FindCarouselPanel().IsContinuous = true;
 
XAML:
<telerik:RadCarouselPanel IsContinuous="True" />

You can find an example in your local version of WPF demos.
 

Regards,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Ring Lee
Top achievements
Rank 1
answered on 29 Dec 2011, 03:55 AM
Thanks a lot!
0
N Mackay
Top achievements
Rank 1
answered on 05 Jan 2012, 12:11 PM
Really nice feature, makes the carousel a much more flexible control and great for menu navigation etc.

Thanks for adding this, as someone mentioned it will be great for multi-media touch & touch screen apps especially.
Tags
Carousel
Asked by
Blair
Top achievements
Rank 1
Answers by
Milan
Telerik team
Adrian
Top achievements
Rank 2
Nedyalko Nikolov
Telerik team
Jarek
Top achievements
Rank 1
Jason Fox
Top achievements
Rank 1
Ash
Top achievements
Rank 1
Carlos Girbés Alemany
Top achievements
Rank 1
Matthias Heinrich
Top achievements
Rank 2
Sternico
Top achievements
Rank 1
Anthony
Top achievements
Rank 1
Robert
Top achievements
Rank 1
Maya
Telerik team
Ring Lee
Top achievements
Rank 1
N Mackay
Top achievements
Rank 1
Share this question
or