Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > Carousel > Path loop

Not answered Path loop

Feed from this thread
  • Blair avatar

    Posted on Aug 13, 2008 (permalink)

    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

    Reply

  • Milan Milan admin's avatar

    Posted on Aug 14, 2008 (permalink)

    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.

    Reply

  • Posted on Nov 19, 2008 (permalink)

    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"

    Reply

  • Nedyalko Nikolov Nedyalko Nikolov admin's avatar

    Posted on Nov 24, 2008 (permalink)

    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.

    Reply

  • Jarek avatar

    Posted on Jan 19, 2009 (permalink)

    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

    Reply

  • Milan Milan admin's avatar

    Posted on Jan 22, 2009 (permalink)

    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.

    Reply

  • Jason Fox avatar

    Posted on Jul 31, 2009 (permalink)

    Any update on this issue?

    Thanks,
    Jason

    Reply

  • Ash avatar

    Posted on Aug 1, 2009 (permalink)

    Is it possible to post a workaround for this?

    Thx,
    Ash

    Reply

  • Milan Milan admin's avatar

    Posted on Aug 5, 2009 (permalink)

    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.

    Reply

  • Carlos Girbés Alemany avatar

    Posted on Nov 25, 2009 (permalink)

    Hi

    When will  the loop path feature be available???

    Thanks

    Reply

  • Posted on Nov 27, 2009 (permalink)

    Hi Telerik Team,

    any further Information about planning to release this feature?

    Reply

  • Milan Milan admin's avatar

    Posted on Nov 30, 2009 (permalink)

    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.

    Reply

  • Sternico avatar

    Posted on Mar 16, 2010 (permalink)

    Is there anything new?

    Reply

  • Milan Milan admin's avatar

    Posted on Mar 18, 2010 (permalink)

    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.

    Reply

  • Anthony avatar

    Posted on Sep 24, 2010 (permalink)

    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

    Reply

  • Milan Milan admin's avatar

    Posted on Sep 28, 2010 (permalink)

    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

    Reply

  • Robert Intermediate avatar

    Posted on Sep 15, 2011 (permalink)

    2008 to 2011. Has there been any updates on this feature?

    Thanks.

    Reply

  • Maya Maya admin's avatar

    Posted on Sep 16, 2011 (permalink)

    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 >>

    Reply

  • Robert Intermediate avatar

    Posted on Sep 16, 2011 (permalink)

    excellent news! This will be really for with touch screen apps.
    Looking forward to the release!

    Thanks again.

    Reply

  • Ring Lee avatar

    Posted on Dec 28, 2011 (permalink)

    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.

    Reply

  • Maya Maya admin's avatar

    Posted on Dec 28, 2011 (permalink)

    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 >>

    Reply

  • Ring Lee avatar

    Posted on Dec 28, 2011 (permalink)

    Thanks a lot!

    Reply

  • Norman avatar

    Posted on Jan 5, 2012 (permalink)

    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.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > Carousel > Path loop
Related resources for "Path loop"

WPF Carousel Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]