Hello everyone,
I would like to know how their support to put a control on the usercontrol RadCarousel, check the forum and no one to touch this topic. I hope they can give me some suggestion.
Right now I have this:
My main window called Window1.xaml, Radcarosel'm in control here.
My usercontrol called UserControl1.xaml.
What I need is to put the usercontrol in Radcasucel
I would like to know how their support to put a control on the usercontrol RadCarousel, check the forum and no one to touch this topic. I hope they can give me some suggestion.
Right now I have this:
My main window called Window1.xaml, Radcarosel'm in control here.
My usercontrol called UserControl1.xaml.
What I need is to put the usercontrol in Radcasucel
4 Answers, 1 is accepted
0
xola139
Top achievements
Rank 1
answered on 15 Mar 2010, 02:22 AM
Given that there is no help, then I'm helping myself, now I show what I find on the support documentation of Telerik.
http://www.telerik.com/help/wpf/carousel-radcarouselpanel-items-controls.html
If there are more suggestions, I hope to share, thanks for the tips
http://www.telerik.com/help/wpf/carousel-radcarouselpanel-items-controls.html
If there are more suggestions, I hope to share, thanks for the tips
0
Hi xola139,
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.
Could you be more specific about your requirements? I couldn't understand if you would like to place some kind of UserControls as items of the carousel?
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
xola139
Top achievements
Rank 1
answered on 22 Mar 2010, 07:31 PM
Hi admin Telerik
needed was to put
different controls that had previously developed, eg in a
UserControl1.xaml got a form, while a usercontrol2.xaml put a gallery,
then he needed to put these controls within reach for so carucel To this solution, that within a
<telerik:RadCarousel x:Name="RadCarousel1"> .....</ telerik:
RadCarousel> usercontrol could put a stay so this follows
<telerik:RadCarousel x:Name="RadCarousel1"> |
<local:usercontro1> </ local: usercontro1> |
<local:usercontro2> </ local: usercontro2> |
</ telerik: RadCarousel> |
0
Hi xola139,
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.
In scenarios where UI items are used RadCarouselPanel would be a better fit. Just replace the RadCarousel with RadCarouselPAnel and you should be good to go.
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.