Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Book > Can I use user controls for pages instead of images?

Not answered Can I use user controls for pages instead of images?

Feed from this thread
  • Vlad avatar

    Posted on Jun 21, 2011 (permalink)

    Hello,

    I am wondering if I can place animations on top the images instead of only loading images. I was thinking to create a set of user controls with storyboard in them. I populate pages with ObservableCollection where I define the source of the images. However, I need to have animation on top of these images. What will be the right way to achieve this? Is any sample available for this scenario? Any ideas are highly appreciated! Thank you in advance!

    Reply

  • Petar Mladenov Petar Mladenov admin's avatar

    Posted on Jun 27, 2011 (permalink)

    Hi Vlad,

    I prepared a sample for you that shows how a Rectangle is being animated over an Image that is inside a RadBookItem. Could you please give it a try and let us know if it helps you? Thank you for your cooperation.

    All the best,
    Petar Mladenov
    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
    Attached files

    Reply

  • Vlad avatar

    Posted on Jun 28, 2011 (permalink)

    Thank you. It is a great sample. I am wondering if you can explain a strange artefact I am getting. I am using pathListBox control for one of the animation that I place inside BookItem. The animated objects become off their original position after visiting that page few times. As soon as I browse through the pages quickly, the faster I am getting the animated objects with pathListBox control off their position. I never get objects off their original position after I remove pathListBox control with animated objects outside the bookItem. What this be be? Is any way to fix it? Thank you.

    Reply

  • Petar Mladenov Petar Mladenov admin's avatar

    Posted on Jun 30, 2011 (permalink)

    Hello Vlad,

    Unfotunately, we are not aware of similar existing issues in the RadBook control. Could you please elaborate more on your scenario? How do you set up your animations ? Are you able to reproduce this issue with other controls (different from PathListBox) ? Do you use Hard Pages ? Thank you in advance for your cooperation.

    Best wishes,
    Petar Mladenov
    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

  • manjerekar avatar

    Posted on Nov 10, 2011 (permalink)

    Hi Telerik Team,

    i'm using a RadBook control in my silverlight application.

    i want to create a wizard kind of application using the RadBook control avaiable in silverlight 4.

    Silverlight demo's in Telerik's have shown how to add images in RadBook. But i want to add usercontrols instead of images in the RadBook.

    can you pls share a example for the same. its urgent, pls help.

    regards
    manjerekar rao

    Reply

  • Petar Mladenov Petar Mladenov admin's avatar

    Posted on Nov 15, 2011 (permalink)

    Hi Manjerekar,

     RadBookItem is ContentControl so you can put everything in its Content. Please check out the attached solution and let us know if it is a good starting point for you or not.

    Kind regards,
    Petar Mladenov
    the Telerik team

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

    Attached files

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Book > Can I use user controls for pages instead of images?