Hello again to
all users of the forum.
I need your support, now I find that, I am using RadCarousel control, which contains various Usercontrol about 5, so my XAML code is as follows:
Now when I
run my application at the carousel screen shows nothing, but if I
navigate with the buttons on the display begins to move the carousel
elements.
What I can not do. is to show the first element of my carousel, a suggestion.
I need your support, now I find that, I am using RadCarousel control, which contains various Usercontrol about 5, so my XAML code is as follows:
<telerik:RadCarousel x:Name="RadCarousel1" > |
<local:usercontro1></local:usercontro1> |
<local:usercontro2></local:usercontro2> |
<local:usercontro3></local:usercontro3> |
<local:usercontro4></local:usercontro4> |
<local:usercontro5></local:usercontro5> |
</telerik:RadCarousel> |
What I can not do. is to show the first element of my carousel, a suggestion.